Html Css Color HEX #A74D1C Rich Gold

📋 copy color: '#A74D1C'

red 167 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #A74D1C

Tints of Rich Gold #A74D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 61.4%
G = 28.31%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A74D1C (or 0xA74D1C) is known color: Rich Gold. HEX triplet: A7, 4D and 1C. RGB value is (167,77,28). Sum of RGB (Red+Green+Blue) = 167+77+28=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D1C is #58B2E3. Grayscale: #626262. Windows color (decimal): -5812964 or 1854887. OLE color: 1854887.

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

Color convert

RGB 167 77 28 -
CMYK 0 0.54 0.83 0.35
HSL 21.15º 0.71% 0.38% -
HSV(B) 21.15º 0.83% 0.65% -
XYZ 18.8 13.61 2.73 -
YUV 98.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 167 77 28 0 0.54 0.83 0.35 21.15 0.71 0.38
Hex A7 4D 1C 0 36 53 23 15 47 26
Octal 247 115 34 0 66 123 43 25 107 46
Binary 10100111 1001101 11100 0 110110 1010011 100011 10101 1000111 100110

Color Harmonies of #A74D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D1C

Black with #A74D1C

Text Example


Text Example

White with #A74D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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