Html Css Color HEX #A06716 Golden Brown

📋 copy color: '#A06716'

red 160 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #A06716

Tints of Golden Brown #A06716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.14%

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

R = 56.14%
G = 36.14%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A06716 (or 0xA06716) is known color: Golden Brown. HEX triplet: A0, 67 and 16. RGB value is (160,103,22). Sum of RGB (Red+Green+Blue) = 160+103+22=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A06716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06716 is #5F98E9. Grayscale: #6F6F6F. Windows color (decimal): -6265066 or 1468320. OLE color: 1468320.

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

Color convert

RGB 160 103 22 -
CMYK 0 0.36 0.86 0.37
HSL 35.22º 0.76% 0.36% -
HSV(B) 35.22º 0.86% 0.63% -
XYZ 19.49 17.23 3.06 -
YUV 110.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 160 103 22 0 0.36 0.86 0.37 35.22 0.76 0.36
Hex A0 67 16 0 24 56 25 23 4C 24
Octal 240 147 26 0 44 126 45 43 114 44
Binary 10100000 1100111 10110 0 100100 1010110 100101 100011 1001100 100100

Color Harmonies of #A06716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06716

Black with #A06716

Text Example


Text Example

White with #A06716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06716; }

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

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

background-color css

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

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

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

border-color css

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

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

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