Html Css Color HEX #A14D12 Rich Gold

📋 copy color: '#A14D12'

red 161 ◦ green 77 ◦ blue 18

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

Shades of Rich Gold #A14D12

Tints of Rich Gold #A14D12

RGB

 RED value IS 161 (63.28% from 255) = 62.89%

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

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

R = 62.89%
G = 30.08%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A14D12 (or 0xA14D12) is known color: Rich Gold. HEX triplet: A1, 4D and 12. RGB value is (161,77,18). Sum of RGB (Red+Green+Blue) = 161+77+18=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14D12 is #5EB2ED. Grayscale: #5F5F5F. Windows color (decimal): -6206190 or 1199521. OLE color: 1199521.

HSL color Cylindrical-coordinate representation of color #A14D12: hue angle of 24.76º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A14D12 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 18 -
CMYK 0 0.52 0.89 0.37
HSL 24.76º 0.8% 0.35% -
HSV(B) 24.76º 0.89% 0.63% -
XYZ 17.46 12.93 2.15 -
YUV 95.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 161 77 18 0 0.52 0.89 0.37 24.76 0.8 0.35
Hex A1 4D 12 0 34 59 25 19 50 23
Octal 241 115 22 0 64 131 45 31 120 43
Binary 10100001 1001101 10010 0 110100 1011001 100101 11001 1010000 100011

Color Harmonies of #A14D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D12

Black with #A14D12

Text Example


Text Example

White with #A14D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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