Html Css Color HEX #A06516 Golden Brown

📋 copy color: '#A06516'

red 160 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #A06516

Tints of Golden Brown #A06516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

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

R = 56.54%
G = 35.69%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A06516 (or 0xA06516) is known color: Golden Brown. HEX triplet: A0, 65 and 16. RGB value is (160,101,22). Sum of RGB (Red+Green+Blue) = 160+101+22=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A06516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06516 is #5F9AE9. Grayscale: #6E6E6E. Windows color (decimal): -6265578 or 1467808. OLE color: 1467808.

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

Color convert

RGB 160 101 22 -
CMYK 0 0.37 0.86 0.37
HSL 34.35º 0.76% 0.36% -
HSV(B) 34.35º 0.86% 0.63% -
XYZ 19.3 16.84 2.99 -
YUV 109.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 160 101 22 0 0.37 0.86 0.37 34.35 0.76 0.36
Hex A0 65 16 0 25 56 25 22 4C 24
Octal 240 145 26 0 45 126 45 42 114 44
Binary 10100000 1100101 10110 0 100101 1010110 100101 100010 1001100 100100

Color Harmonies of #A06516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06516

Black with #A06516

Text Example


Text Example

White with #A06516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06516; }

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

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

background-color css

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

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

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

border-color css

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

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

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