Html Css Color HEX #A74B18 Rich Gold

📋 copy color: '#A74B18'

red 167 ◦ green 75 ◦ blue 24

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

Shades of Rich Gold #A74B18

Tints of Rich Gold #A74B18

RGB

 RED value IS 167 (65.63% from 255) = 62.78%

 GREEN value IS 75 (29.69% from 255) = 28.2%

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

R = 62.78%
G = 28.2%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A74B18 (or 0xA74B18) is known color: Rich Gold. HEX triplet: A7, 4B and 18. RGB value is (167,75,24). Sum of RGB (Red+Green+Blue) = 167+75+24=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74B18 is #58B4E7. Grayscale: #606060. Windows color (decimal): -5813480 or 1592231. OLE color: 1592231.

HSL color Cylindrical-coordinate representation of color #A74B18: hue angle of 21.4º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A74B18 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 75 24 -
CMYK 0 0.55 0.86 0.35
HSL 21.4º 0.75% 0.37% -
HSV(B) 21.4º 0.86% 0.65% -
XYZ 18.62 13.31 2.45 -
YUV 96.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 167 75 24 0 0.55 0.86 0.35 21.4 0.75 0.37
Hex A7 4B 18 0 37 56 23 15 4B 25
Octal 247 113 30 0 67 126 43 25 113 45
Binary 10100111 1001011 11000 0 110111 1010110 100011 10101 1001011 100101

Color Harmonies of #A74B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B18

Black with #A74B18

Text Example


Text Example

White with #A74B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B18; }

 p { color: rgb(167,75,24); }

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

background-color css

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

 a { background-color: rgb(167,75,24); }

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

border-color css

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

 span { border-color: rgb(167,75,24); }

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