Html Css Color HEX #A0711A Golden Brown

📋 copy color: '#A0711A'

red 160 ◦ green 113 ◦ blue 26

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

Shades of Golden Brown #A0711A

Tints of Golden Brown #A0711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 53.51%
G = 37.79%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0711A (or 0xA0711A) is known color: Golden Brown. HEX triplet: A0, 71 and 1A. RGB value is (160,113,26). Sum of RGB (Red+Green+Blue) = 160+113+26=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0711A is #5F8EE5. Grayscale: #757575. Windows color (decimal): -6262502 or 1733024. OLE color: 1733024.

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

Color convert

RGB 160 113 26 -
CMYK 0 0.29 0.84 0.37
HSL 38.96º 0.72% 0.36% -
HSV(B) 38.96º 0.84% 0.63% -
XYZ 20.59 19.36 3.63 -
YUV 117.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 160 113 26 0 0.29 0.84 0.37 38.96 0.72 0.36
Hex A0 71 1A 0 1D 54 25 27 48 24
Octal 240 161 32 0 35 124 45 47 110 44
Binary 10100000 1110001 11010 0 11101 1010100 100101 100111 1001000 100100

Color Harmonies of #A0711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0711A

Black with #A0711A

Text Example


Text Example

White with #A0711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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