Html Css Color HEX #A95D24 Rich Gold

📋 copy color: '#A95D24'

red 169 ◦ green 93 ◦ blue 36

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

Shades of Rich Gold #A95D24

Tints of Rich Gold #A95D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

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

R = 56.71%
G = 31.21%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A95D24 (or 0xA95D24) is known color: Rich Gold. HEX triplet: A9, 5D and 24. RGB value is (169,93,36). Sum of RGB (Red+Green+Blue) = 169+93+36=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95D24 is #56A2DB. Grayscale: #6D6D6D. Windows color (decimal): -5677788 or 2383273. OLE color: 2383273.

HSL color Cylindrical-coordinate representation of color #A95D24: hue angle of 25.71º 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 #A95D24 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 93 36 -
CMYK 0 0.45 0.79 0.34
HSL 25.71º 0.65% 0.4% -
HSV(B) 25.71º 0.79% 0.66% -
XYZ 20.59 16.39 3.75 -
YUV 109.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 169 93 36 0 0.45 0.79 0.34 25.71 0.65 0.4
Hex A9 5D 24 0 2D 4F 22 1A 41 28
Octal 251 135 44 0 55 117 42 32 101 50
Binary 10101001 1011101 100100 0 101101 1001111 100010 11010 1000001 101000

Color Harmonies of #A95D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95D24

Black with #A95D24

Text Example


Text Example

White with #A95D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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