Html Css Color HEX #A95024 Rich Gold

📋 copy color: '#A95024'

red 169 ◦ green 80 ◦ blue 36

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

Shades of Rich Gold #A95024

Tints of Rich Gold #A95024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 59.3%
G = 28.07%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A95024 (or 0xA95024) is known color: Rich Gold. HEX triplet: A9, 50 and 24. RGB value is (169,80,36). Sum of RGB (Red+Green+Blue) = 169+80+36=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A95024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95024 is #56AFDB. Grayscale: #656565. Windows color (decimal): -5681116 or 2379945. OLE color: 2379945.

HSL color Cylindrical-coordinate representation of color #A95024: hue angle of 19.85º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A95024 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 36 -
CMYK 0 0.53 0.79 0.34
HSL 19.85º 0.65% 0.4% -
HSV(B) 19.85º 0.79% 0.66% -
XYZ 19.55 14.3 3.4 -
YUV 101.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 169 80 36 0 0.53 0.79 0.34 19.85 0.65 0.4
Hex A9 50 24 0 35 4F 22 14 41 28
Octal 251 120 44 0 65 117 42 24 101 50
Binary 10101001 1010000 100100 0 110101 1001111 100010 10100 1000001 101000

Color Harmonies of #A95024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95024

Black with #A95024

Text Example


Text Example

White with #A95024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95024; }

 p { color: rgb(169,80,36); }

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

background-color css

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

 a { background-color: rgb(169,80,36); }

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

border-color css

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

 span { border-color: rgb(169,80,36); }

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