Html Css Color HEX #9A5724 Rich Gold

📋 copy color: '#9A5724'

red 154 ◦ green 87 ◦ blue 36

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

Shades of Rich Gold #9A5724

Tints of Rich Gold #9A5724

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 36 (14.45% from 255) = 13%

R = 55.6%
G = 31.41%
B = 13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#9A5724 (or 0x9A5724) is known color: Rich Gold. HEX triplet: 9A, 57 and 24. RGB value is (154,87,36). Sum of RGB (Red+Green+Blue) = 154+87+36=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5724 is #65A8DB. Grayscale: #656565. Windows color (decimal): -6662364 or 2381722. OLE color: 2381722.

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

Color convert

RGB 154 87 36 -
CMYK 0 0.44 0.77 0.40
HSL 25.93º 0.62% 0.37% -
HSV(B) 25.93º 0.77% 0.6% -
XYZ 17.05 13.81 3.44 -
YUV 101.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 154 87 36 0 0.44 0.77 0.40 25.93 0.62 0.37
Hex 9A 57 24 0 2C 4D 28 1A 3E 25
Octal 232 127 44 0 54 115 50 32 76 45
Binary 10011010 1010111 100100 0 101100 1001101 101000 11010 111110 100101

Color Harmonies of #9A5724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5724

Black with #9A5724

Text Example


Text Example

White with #9A5724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,87,36); }

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

background-color css

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

 a { background-color: rgb(154,87,36); }

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

border-color css

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

 span { border-color: rgb(154,87,36); }

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