Html Css Color HEX #A06C1B Golden Brown

📋 copy color: '#A06C1B'

red 160 ◦ green 108 ◦ blue 27

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

Shades of Golden Brown #A06C1B

Tints of Golden Brown #A06C1B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

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

R = 54.24%
G = 36.61%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A06C1B (or 0xA06C1B) is known color: Golden Brown. HEX triplet: A0, 6C and 1B. RGB value is (160,108,27). Sum of RGB (Red+Green+Blue) = 160+108+27=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C1B is #5F93E4. Grayscale: #727272. Windows color (decimal): -6263781 or 1797280. OLE color: 1797280.

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

Color convert

RGB 160 108 27 -
CMYK 0 0.32 0.83 0.37
HSL 36.54º 0.71% 0.37% -
HSV(B) 36.54º 0.83% 0.63% -
XYZ 20.06 18.28 3.51 -
YUV 114.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 160 108 27 0 0.32 0.83 0.37 36.54 0.71 0.37
Hex A0 6C 1B 0 20 53 25 25 47 25
Octal 240 154 33 0 40 123 45 45 107 45
Binary 10100000 1101100 11011 0 100000 1010011 100101 100101 1000111 100101

Color Harmonies of #A06C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C1B

Black with #A06C1B

Text Example


Text Example

White with #A06C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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