Html Css Color HEX #A14619 Rich Gold

📋 copy color: '#A14619'

red 161 ◦ green 70 ◦ blue 25

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

Shades of Rich Gold #A14619

Tints of Rich Gold #A14619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 62.89%
G = 27.34%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A14619 (or 0xA14619) is known color: Rich Gold. HEX triplet: A1, 46 and 19. RGB value is (161,70,25). Sum of RGB (Red+Green+Blue) = 161+70+25=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A14619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14619 is #5EB9E6. Grayscale: #5C5C5C. Windows color (decimal): -6207975 or 1656481. OLE color: 1656481.

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

Color convert

RGB 161 70 25 -
CMYK 0 0.57 0.84 0.37
HSL 19.85º 0.73% 0.36% -
HSV(B) 19.85º 0.84% 0.63% -
XYZ 17.06 12.03 2.34 -
YUV 92.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 161 70 25 0 0.57 0.84 0.37 19.85 0.73 0.36
Hex A1 46 19 0 39 54 25 14 49 24
Octal 241 106 31 0 71 124 45 24 111 44
Binary 10100001 1000110 11001 0 111001 1010100 100101 10100 1001001 100100

Color Harmonies of #A14619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14619

Black with #A14619

Text Example


Text Example

White with #A14619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14619; }

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

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

background-color css

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

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

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

border-color css

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

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

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