Html Css Color HEX #A06C15 Golden Brown

📋 copy color: '#A06C15'

red 160 ◦ green 108 ◦ blue 21

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

Shades of Golden Brown #A06C15

Tints of Golden Brown #A06C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 55.36%
G = 37.37%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A06C15 (or 0xA06C15) is known color: Golden Brown. HEX triplet: A0, 6C and 15. RGB value is (160,108,21). Sum of RGB (Red+Green+Blue) = 160+108+21=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06C15 is #5F93EA. Grayscale: #727272. Windows color (decimal): -6263787 or 1404064. OLE color: 1404064.

HSL color Cylindrical-coordinate representation of color #A06C15: hue angle of 37.55º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A06C15 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 108 21 -
CMYK 0 0.32 0.87 0.37
HSL 37.55º 0.77% 0.35% -
HSV(B) 37.55º 0.87% 0.63% -
XYZ 20 18.25 3.18 -
YUV 113.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 160 108 21 0 0.32 0.87 0.37 37.55 0.77 0.35
Hex A0 6C 15 0 20 57 25 26 4D 23
Octal 240 154 25 0 40 127 45 46 115 43
Binary 10100000 1101100 10101 0 100000 1010111 100101 100110 1001101 100011

Color Harmonies of #A06C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C15

Black with #A06C15

Text Example


Text Example

White with #A06C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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