Html Css Color HEX #A06917 Golden Brown

📋 copy color: '#A06917'

red 160 ◦ green 105 ◦ blue 23

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

Shades of Golden Brown #A06917

Tints of Golden Brown #A06917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

 BLUE value IS 23 (9.38% from 255) = 7.99%

R = 55.56%
G = 36.46%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A06917 (or 0xA06917) is known color: Golden Brown. HEX triplet: A0, 69 and 17. RGB value is (160,105,23). Sum of RGB (Red+Green+Blue) = 160+105+23=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A06917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06917 is #5F96E8. Grayscale: #707070. Windows color (decimal): -6264553 or 1534368. OLE color: 1534368.

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

Color convert

RGB 160 105 23 -
CMYK 0 0.34 0.86 0.37
HSL 35.91º 0.75% 0.36% -
HSV(B) 35.91º 0.86% 0.63% -
XYZ 19.7 17.64 3.18 -
YUV 112.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 160 105 23 0 0.34 0.86 0.37 35.91 0.75 0.36
Hex A0 69 17 0 22 56 25 24 4B 24
Octal 240 151 27 0 42 126 45 44 113 44
Binary 10100000 1101001 10111 0 100010 1010110 100101 100100 1001011 100100

Color Harmonies of #A06917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06917

Black with #A06917

Text Example


Text Example

White with #A06917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06917; }

 p { color: rgb(160,105,23); }

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

background-color css

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

 a { background-color: rgb(160,105,23); }

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

border-color css

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

 span { border-color: rgb(160,105,23); }

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