Html Css Color HEX #A95720 Rich Gold

📋 copy color: '#A95720'

red 169 ◦ green 87 ◦ blue 32

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

Shades of Rich Gold #A95720

Tints of Rich Gold #A95720

RGB

 RED value IS 169 (66.41% from 255) = 58.68%

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

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 58.68%
G = 30.21%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A95720 (or 0xA95720) is known color: Rich Gold. HEX triplet: A9, 57 and 20. RGB value is (169,87,32). Sum of RGB (Red+Green+Blue) = 169+87+32=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A95720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95720 is #56A8DF. Grayscale: #696969. Windows color (decimal): -5679328 or 2119593. OLE color: 2119593.

HSL color Cylindrical-coordinate representation of color #A95720: hue angle of 24.09º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A95720 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 87 32 -
CMYK 0 0.49 0.81 0.34
HSL 24.09º 0.68% 0.39% -
HSV(B) 24.09º 0.81% 0.66% -
XYZ 20.03 15.36 3.27 -
YUV 105.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 169 87 32 0 0.49 0.81 0.34 24.09 0.68 0.39
Hex A9 57 20 0 31 51 22 18 44 27
Octal 251 127 40 0 61 121 42 30 104 47
Binary 10101001 1010111 100000 0 110001 1010001 100010 11000 1000100 100111

Color Harmonies of #A95720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95720

Black with #A95720

Text Example


Text Example

White with #A95720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95720; }

 p { color: rgb(169,87,32); }

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

background-color css

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

 a { background-color: rgb(169,87,32); }

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

border-color css

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

 span { border-color: rgb(169,87,32); }

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