Html Css Color HEX #A14514 Rich Gold

📋 copy color: '#A14514'

red 161 ◦ green 69 ◦ blue 20

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

Shades of Rich Gold #A14514

Tints of Rich Gold #A14514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 64.4%
G = 27.6%
B = 8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A14514 (or 0xA14514) is known color: Rich Gold. HEX triplet: A1, 45 and 14. RGB value is (161,69,20). Sum of RGB (Red+Green+Blue) = 161+69+20=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A14514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14514 is #5EBAEB. Grayscale: #5B5B5B. Windows color (decimal): -6208236 or 1328545. OLE color: 1328545.

HSL color Cylindrical-coordinate representation of color #A14514: hue angle of 20.85º 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 #A14514 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 20 -
CMYK 0 0.57 0.88 0.37
HSL 20.85º 0.78% 0.35% -
HSV(B) 20.85º 0.88% 0.63% -
XYZ 16.95 11.88 2.06 -
YUV 90.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 161 69 20 0 0.57 0.88 0.37 20.85 0.78 0.35
Hex A1 45 14 0 39 58 25 15 4E 23
Octal 241 105 24 0 71 130 45 25 116 43
Binary 10100001 1000101 10100 0 111001 1011000 100101 10101 1001110 100011

Color Harmonies of #A14514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14514

Black with #A14514

Text Example


Text Example

White with #A14514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14514; }

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

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

background-color css

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

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

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

border-color css

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

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

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