Html Css Color HEX #9A5321 Rich Gold

📋 copy color: '#9A5321'

red 154 ◦ green 83 ◦ blue 33

#9A5321
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #9A5321

Tints of Rich Gold #9A5321

RGB

 RED value IS 154 (60.55% from 255) = 57.04%

 GREEN value IS 83 (32.81% from 255) = 30.74%

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 57.04%
G = 30.74%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9A5321 (or 0x9A5321) is known color: Rich Gold. HEX triplet: 9A, 53 and 21. RGB value is (154,83,33). Sum of RGB (Red+Green+Blue) = 154+83+33=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5321 is #65ACDE. Grayscale: #626262. Windows color (decimal): -6663391 or 2184090. OLE color: 2184090.

HSL color Cylindrical-coordinate representation of color #9A5321: hue angle of 24.79º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A5321 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 83 33 -
CMYK 0 0.46 0.79 0.40
HSL 24.79º 0.65% 0.37% -
HSV(B) 24.79º 0.79% 0.6% -
XYZ 16.69 13.17 3.1 -
YUV 98.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 154 83 33 0 0.46 0.79 0.40 24.79 0.65 0.37
Hex 9A 53 21 0 2E 4F 28 19 41 25
Octal 232 123 41 0 56 117 50 31 101 45
Binary 10011010 1010011 100001 0 101110 1001111 101000 11001 1000001 100101

Color Harmonies of #9A5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5321

Black with #9A5321

Text Example


Text Example

White with #9A5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5321; }

 p { color: rgb(154,83,33); }

 H1.HeaderClassName
 {
   color: #9A5321;
 }
 .AnyTagClassName
 {
   color: #9A5321;
 }
</style>

background-color css

<style>
 a { background-color: #9A5321; }

 a { background-color: rgb(154,83,33); }

 div.DivClassName
 {
   background-color: #9A5321;
 }
 .BgClassName
 {
   background-color: #9A5321;
 }
</style>

border-color css

<style>
 span { border-color: #9A5321; }

 span { border-color: rgb(154,83,33); }

 td.TdClassName
 {
   border-color: #9A5321;
 }
 .TagClassName
 {
   border-color: #9A5321;
 }
</style>