Html Css Color HEX #A06815 Golden Brown

📋 copy color: '#A06815'

red 160 ◦ green 104 ◦ blue 21

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

Shades of Golden Brown #A06815

Tints of Golden Brown #A06815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

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

R = 56.14%
G = 36.49%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A06815 (or 0xA06815) is known color: Golden Brown. HEX triplet: A0, 68 and 15. RGB value is (160,104,21). Sum of RGB (Red+Green+Blue) = 160+104+21=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A06815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06815 is #5F97EA. Grayscale: #6F6F6F. Windows color (decimal): -6264811 or 1403040. OLE color: 1403040.

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

Color convert

RGB 160 104 21 -
CMYK 0 0.35 0.87 0.37
HSL 35.83º 0.77% 0.35% -
HSV(B) 35.83º 0.87% 0.63% -
XYZ 19.58 17.43 3.04 -
YUV 111.28 77.05 162.75 -
System Red Green Blue C M Y K H S L
Decimal 160 104 21 0 0.35 0.87 0.37 35.83 0.77 0.35
Hex A0 68 15 0 23 57 25 24 4D 23
Octal 240 150 25 0 43 127 45 44 115 43
Binary 10100000 1101000 10101 0 100011 1010111 100101 100100 1001101 100011

Color Harmonies of #A06815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06815

Black with #A06815

Text Example


Text Example

White with #A06815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06815; }

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

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

background-color css

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

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

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

border-color css

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

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

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