Html Css Color HEX #A06817 Golden Brown

📋 copy color: '#A06817'

red 160 ◦ green 104 ◦ blue 23

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

Shades of Golden Brown #A06817

Tints of Golden Brown #A06817

RGB

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

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

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

R = 55.75%
G = 36.24%
B = 8.01%

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

#A06817 (or 0xA06817) is known color: Golden Brown. HEX triplet: A0, 68 and 17. RGB value is (160,104,23). Sum of RGB (Red+Green+Blue) = 160+104+23=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A06817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06817 is #5F97E8. Grayscale: #6F6F6F. Windows color (decimal): -6264809 or 1534112. OLE color: 1534112.

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

Color convert

RGB 160 104 23 -
CMYK 0 0.35 0.86 0.37
HSL 35.47º 0.75% 0.36% -
HSV(B) 35.47º 0.86% 0.63% -
XYZ 19.6 17.44 3.14 -
YUV 111.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 160 104 23 0 0.35 0.86 0.37 35.47 0.75 0.36
Hex A0 68 17 0 23 56 25 23 4B 24
Octal 240 150 27 0 43 126 45 43 113 44
Binary 10100000 1101000 10111 0 100011 1010110 100101 100011 1001011 100100

Color Harmonies of #A06817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06817

Black with #A06817

Text Example


Text Example

White with #A06817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06817; }

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

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

background-color css

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

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

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

border-color css

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

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

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