Html Css Color HEX #A74B19 Rich Gold

📋 copy color: '#A74B19'

red 167 ◦ green 75 ◦ blue 25

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

Shades of Rich Gold #A74B19

Tints of Rich Gold #A74B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 62.55%
G = 28.09%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A74B19 (or 0xA74B19) is known color: Rich Gold. HEX triplet: A7, 4B and 19. RGB value is (167,75,25). Sum of RGB (Red+Green+Blue) = 167+75+25=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74B19 is #58B4E6. Grayscale: #616161. Windows color (decimal): -5813479 or 1657767. OLE color: 1657767.

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

Color convert

RGB 167 75 25 -
CMYK 0 0.55 0.85 0.35
HSL 21.13º 0.74% 0.38% -
HSV(B) 21.13º 0.85% 0.65% -
XYZ 18.63 13.32 2.51 -
YUV 96.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 167 75 25 0 0.55 0.85 0.35 21.13 0.74 0.38
Hex A7 4B 19 0 37 55 23 15 4A 26
Octal 247 113 31 0 67 125 43 25 112 46
Binary 10100111 1001011 11001 0 110111 1010101 100011 10101 1001010 100110

Color Harmonies of #A74B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B19

Black with #A74B19

Text Example


Text Example

White with #A74B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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