Html Css Color HEX #A74D22 Rich Gold

📋 copy color: '#A74D22'

red 167 ◦ green 77 ◦ blue 34

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

Shades of Rich Gold #A74D22

Tints of Rich Gold #A74D22

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

 BLUE value IS 34 (13.67% from 255) = 12.23%

R = 60.07%
G = 27.7%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A74D22 (or 0xA74D22) is known color: Rich Gold. HEX triplet: A7, 4D and 22. RGB value is (167,77,34). Sum of RGB (Red+Green+Blue) = 167+77+34=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D22 is #58B2DD. Grayscale: #636363. Windows color (decimal): -5812958 or 2248103. OLE color: 2248103.

HSL color Cylindrical-coordinate representation of color #A74D22: hue angle of 19.4º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A74D22 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 77 34 -
CMYK 0 0.54 0.80 0.35
HSL 19.4º 0.66% 0.39% -
HSV(B) 19.4º 0.8% 0.65% -
XYZ 18.88 13.64 3.15 -
YUV 99.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 167 77 34 0 0.54 0.80 0.35 19.4 0.66 0.39
Hex A7 4D 22 0 36 50 23 13 42 27
Octal 247 115 42 0 66 120 43 23 102 47
Binary 10100111 1001101 100010 0 110110 1010000 100011 10011 1000010 100111

Color Harmonies of #A74D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D22

Black with #A74D22

Text Example


Text Example

White with #A74D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D22; }

 p { color: rgb(167,77,34); }

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

background-color css

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

 a { background-color: rgb(167,77,34); }

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

border-color css

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

 span { border-color: rgb(167,77,34); }

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