Html Css Color HEX #A06A1B Golden Brown

📋 copy color: '#A06A1B'

red 160 ◦ green 106 ◦ blue 27

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

Shades of Golden Brown #A06A1B

Tints of Golden Brown #A06A1B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.18%

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

R = 54.61%
G = 36.18%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A06A1B (or 0xA06A1B) is known color: Golden Brown. HEX triplet: A0, 6A and 1B. RGB value is (160,106,27). Sum of RGB (Red+Green+Blue) = 160+106+27=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A1B is #5F95E4. Grayscale: #717171. Windows color (decimal): -6264293 or 1796768. OLE color: 1796768.

HSL color Cylindrical-coordinate representation of color #A06A1B: hue angle of 35.64º 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 #A06A1B is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 106 27 -
CMYK 0 0.34 0.83 0.37
HSL 35.64º 0.71% 0.37% -
HSV(B) 35.64º 0.83% 0.63% -
XYZ 19.85 17.86 3.44 -
YUV 113.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 160 106 27 0 0.34 0.83 0.37 35.64 0.71 0.37
Hex A0 6A 1B 0 22 53 25 24 47 25
Octal 240 152 33 0 42 123 45 44 107 45
Binary 10100000 1101010 11011 0 100010 1010011 100101 100100 1000111 100101

Color Harmonies of #A06A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A1B

Black with #A06A1B

Text Example


Text Example

White with #A06A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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