Html Css Color HEX #A14219 Rich Gold

📋 copy color: '#A14219'

red 161 ◦ green 66 ◦ blue 25

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

Shades of Rich Gold #A14219

Tints of Rich Gold #A14219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 63.89%
G = 26.19%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A14219 (or 0xA14219) is known color: Rich Gold. HEX triplet: A1, 42 and 19. RGB value is (161,66,25). Sum of RGB (Red+Green+Blue) = 161+66+25=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A14219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14219 is #5EBDE6. Grayscale: #595959. Windows color (decimal): -6208999 or 1655457. OLE color: 1655457.

HSL color Cylindrical-coordinate representation of color #A14219: hue angle of 18.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A14219 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 66 25 -
CMYK 0 0.59 0.84 0.37
HSL 18.09º 0.73% 0.36% -
HSV(B) 18.09º 0.84% 0.63% -
XYZ 16.82 11.54 2.26 -
YUV 89.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 161 66 25 0 0.59 0.84 0.37 18.09 0.73 0.36
Hex A1 42 19 0 3B 54 25 12 49 24
Octal 241 102 31 0 73 124 45 22 111 44
Binary 10100001 1000010 11001 0 111011 1010100 100101 10010 1001001 100100

Color Harmonies of #A14219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14219

Black with #A14219

Text Example


Text Example

White with #A14219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14219; }

 p { color: rgb(161,66,25); }

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

background-color css

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

 a { background-color: rgb(161,66,25); }

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

border-color css

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

 span { border-color: rgb(161,66,25); }

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