Html Css Color HEX #A06816 Golden Brown

📋 copy color: '#A06816'

red 160 ◦ green 104 ◦ blue 22

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

Shades of Golden Brown #A06816

Tints of Golden Brown #A06816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 55.94%
G = 36.36%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A06816 (or 0xA06816) is known color: Golden Brown. HEX triplet: A0, 68 and 16. RGB value is (160,104,22). Sum of RGB (Red+Green+Blue) = 160+104+22=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A06816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06816 is #5F97E9. Grayscale: #6F6F6F. Windows color (decimal): -6264810 or 1468576. OLE color: 1468576.

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

Color convert

RGB 160 104 22 -
CMYK 0 0.35 0.86 0.37
HSL 35.65º 0.76% 0.36% -
HSV(B) 35.65º 0.86% 0.63% -
XYZ 19.59 17.43 3.09 -
YUV 111.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 160 104 22 0 0.35 0.86 0.37 35.65 0.76 0.36
Hex A0 68 16 0 23 56 25 24 4C 24
Octal 240 150 26 0 43 126 45 44 114 44
Binary 10100000 1101000 10110 0 100011 1010110 100101 100100 1001100 100100

Color Harmonies of #A06816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06816

Black with #A06816

Text Example


Text Example

White with #A06816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06816; }

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

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

background-color css

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

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

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

border-color css

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

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

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