Html Css Color HEX #A06E1B Golden Brown

📋 copy color: '#A06E1B'

red 160 ◦ green 110 ◦ blue 27

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

Shades of Golden Brown #A06E1B

Tints of Golden Brown #A06E1B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.04%

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 53.87%
G = 37.04%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A06E1B (or 0xA06E1B) is known color: Golden Brown. HEX triplet: A0, 6E and 1B. RGB value is (160,110,27). Sum of RGB (Red+Green+Blue) = 160+110+27=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E1B is #5F91E4. Grayscale: #737373. Windows color (decimal): -6263269 or 1797792. OLE color: 1797792.

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

Color convert

RGB 160 110 27 -
CMYK 0 0.31 0.83 0.37
HSL 37.44º 0.71% 0.37% -
HSV(B) 37.44º 0.83% 0.63% -
XYZ 20.27 18.7 3.58 -
YUV 115.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 160 110 27 0 0.31 0.83 0.37 37.44 0.71 0.37
Hex A0 6E 1B 0 1F 53 25 25 47 25
Octal 240 156 33 0 37 123 45 45 107 45
Binary 10100000 1101110 11011 0 11111 1010011 100101 100101 1000111 100101

Color Harmonies of #A06E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E1B

Black with #A06E1B

Text Example


Text Example

White with #A06E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E1B; }

 p { color: rgb(160,110,27); }

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

background-color css

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

 a { background-color: rgb(160,110,27); }

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

border-color css

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

 span { border-color: rgb(160,110,27); }

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