Html Css Color HEX #A0711D Golden Brown

📋 copy color: '#A0711D'

red 160 ◦ green 113 ◦ blue 29

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

Shades of Golden Brown #A0711D

Tints of Golden Brown #A0711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 52.98%
G = 37.42%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0711D (or 0xA0711D) is known color: Golden Brown. HEX triplet: A0, 71 and 1D. RGB value is (160,113,29). Sum of RGB (Red+Green+Blue) = 160+113+29=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0711D is #5F8EE2. Grayscale: #757575. Windows color (decimal): -6262499 or 1929632. OLE color: 1929632.

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

Color convert

RGB 160 113 29 -
CMYK 0 0.29 0.82 0.37
HSL 38.47º 0.69% 0.37% -
HSV(B) 38.47º 0.82% 0.63% -
XYZ 20.62 19.37 3.81 -
YUV 117.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 160 113 29 0 0.29 0.82 0.37 38.47 0.69 0.37
Hex A0 71 1D 0 1D 52 25 26 45 25
Octal 240 161 35 0 35 122 45 46 105 45
Binary 10100000 1110001 11101 0 11101 1010010 100101 100110 1000101 100101

Color Harmonies of #A0711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0711D

Black with #A0711D

Text Example


Text Example

White with #A0711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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