Html Css Color HEX #A74D12 Rich Gold

📋 copy color: '#A74D12'

red 167 ◦ green 77 ◦ blue 18

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

Shades of Rich Gold #A74D12

Tints of Rich Gold #A74D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 63.74%
G = 29.39%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74D12 (or 0xA74D12) is known color: Rich Gold. HEX triplet: A7, 4D and 12. RGB value is (167,77,18). Sum of RGB (Red+Green+Blue) = 167+77+18=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D12 is #58B2ED. Grayscale: #616161. Windows color (decimal): -5812974 or 1199527. OLE color: 1199527.

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

Color convert

RGB 167 77 18 -
CMYK 0 0.54 0.89 0.35
HSL 23.76º 0.81% 0.36% -
HSV(B) 23.76º 0.89% 0.65% -
XYZ 18.7 13.57 2.21 -
YUV 97.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 167 77 18 0 0.54 0.89 0.35 23.76 0.81 0.36
Hex A7 4D 12 0 36 59 23 18 51 24
Octal 247 115 22 0 66 131 43 30 121 44
Binary 10100111 1001101 10010 0 110110 1011001 100011 11000 1010001 100100

Color Harmonies of #A74D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D12

Black with #A74D12

Text Example


Text Example

White with #A74D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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