Html Css Color HEX #A0710B Golden Brown

📋 copy color: '#A0710B'

red 160 ◦ green 113 ◦ blue 11

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

Shades of Golden Brown #A0710B

Tints of Golden Brown #A0710B

RGB

 RED value IS 160 (62.89% from 255) = 56.34%

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 56.34%
G = 39.79%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0710B (or 0xA0710B) is known color: Golden Brown. HEX triplet: A0, 71 and 0B. RGB value is (160,113,11). Sum of RGB (Red+Green+Blue) = 160+113+11=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0710B is #5F8EF4. Grayscale: #737373. Windows color (decimal): -6262517 or 749984. OLE color: 749984.

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

Color convert

RGB 160 113 11 -
CMYK 0 0.29 0.93 0.37
HSL 41.07º 0.87% 0.34% -
HSV(B) 41.07º 0.93% 0.63% -
XYZ 20.46 19.31 2.96 -
YUV 115.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 160 113 11 0 0.29 0.93 0.37 41.07 0.87 0.34
Hex A0 71 B 0 1D 5D 25 29 57 22
Octal 240 161 13 0 35 135 45 51 127 42
Binary 10100000 1110001 1011 0 11101 1011101 100101 101001 1010111 100010

Color Harmonies of #A0710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0710B

Black with #A0710B

Text Example


Text Example

White with #A0710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0710B; }

 p { color: rgb(160,113,11); }

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

background-color css

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

 a { background-color: rgb(160,113,11); }

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

border-color css

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

 span { border-color: rgb(160,113,11); }

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