Html Css Color HEX #A1720E Golden Brown

📋 copy color: '#A1720E'

red 161 ◦ green 114 ◦ blue 14

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

Shades of Golden Brown #A1720E

Tints of Golden Brown #A1720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.45%

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 55.71%
G = 39.45%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1720E (or 0xA1720E) is known color: Golden Brown. HEX triplet: A1, 72 and 0E. RGB value is (161,114,14). Sum of RGB (Red+Green+Blue) = 161+114+14=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1720E is #5E8DF1. Grayscale: #757575. Windows color (decimal): -6196722 or 946849. OLE color: 946849.

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

Color convert

RGB 161 114 14 -
CMYK 0 0.29 0.91 0.37
HSL 40.82º 0.84% 0.34% -
HSV(B) 40.82º 0.91% 0.63% -
XYZ 20.79 19.64 3.11 -
YUV 116.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 161 114 14 0 0.29 0.91 0.37 40.82 0.84 0.34
Hex A1 72 E 0 1D 5B 25 29 54 22
Octal 241 162 16 0 35 133 45 51 124 42
Binary 10100001 1110010 1110 0 11101 1011011 100101 101001 1010100 100010

Color Harmonies of #A1720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1720E

Black with #A1720E

Text Example


Text Example

White with #A1720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1720E; }

 p { color: rgb(161,114,14); }

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

background-color css

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

 a { background-color: rgb(161,114,14); }

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

border-color css

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

 span { border-color: rgb(161,114,14); }

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