Html Css Color HEX #A14D14 Rich Gold

📋 copy color: '#A14D14'

red 161 ◦ green 77 ◦ blue 20

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

Shades of Rich Gold #A14D14

Tints of Rich Gold #A14D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 62.4%
G = 29.84%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A14D14 (or 0xA14D14) is known color: Rich Gold. HEX triplet: A1, 4D and 14. RGB value is (161,77,20). Sum of RGB (Red+Green+Blue) = 161+77+20=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14D14 is #5EB2EB. Grayscale: #5F5F5F. Windows color (decimal): -6206188 or 1330593. OLE color: 1330593.

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

Color convert

RGB 161 77 20 -
CMYK 0 0.52 0.88 0.37
HSL 24.26º 0.78% 0.35% -
HSV(B) 24.26º 0.88% 0.63% -
XYZ 17.48 12.94 2.24 -
YUV 95.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 161 77 20 0 0.52 0.88 0.37 24.26 0.78 0.35
Hex A1 4D 14 0 34 58 25 18 4E 23
Octal 241 115 24 0 64 130 45 30 116 43
Binary 10100001 1001101 10100 0 110100 1011000 100101 11000 1001110 100011

Color Harmonies of #A14D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D14

Black with #A14D14

Text Example


Text Example

White with #A14D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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