Html Css Color HEX #A94918 Rich Gold

📋 copy color: '#A94918'

red 169 ◦ green 73 ◦ blue 24

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

Shades of Rich Gold #A94918

Tints of Rich Gold #A94918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 63.53%
G = 27.44%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A94918 (or 0xA94918) is known color: Rich Gold. HEX triplet: A9, 49 and 18. RGB value is (169,73,24). Sum of RGB (Red+Green+Blue) = 169+73+24=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A94918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94918 is #56B6E7. Grayscale: #606060. Windows color (decimal): -5682920 or 1591721. OLE color: 1591721.

HSL color Cylindrical-coordinate representation of color #A94918: hue angle of 20.28º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A94918 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 24 -
CMYK 0 0.57 0.86 0.34
HSL 20.28º 0.75% 0.38% -
HSV(B) 20.28º 0.86% 0.66% -
XYZ 18.91 13.27 2.43 -
YUV 96.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 169 73 24 0 0.57 0.86 0.34 20.28 0.75 0.38
Hex A9 49 18 0 39 56 22 14 4B 26
Octal 251 111 30 0 71 126 42 24 113 46
Binary 10101001 1001001 11000 0 111001 1010110 100010 10100 1001011 100110

Color Harmonies of #A94918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94918

Black with #A94918

Text Example


Text Example

White with #A94918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94918; }

 p { color: rgb(169,73,24); }

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

background-color css

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

 a { background-color: rgb(169,73,24); }

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

border-color css

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

 span { border-color: rgb(169,73,24); }

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