Html Css Color HEX #A06717 Golden Brown

📋 copy color: '#A06717'

red 160 ◦ green 103 ◦ blue 23

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

Shades of Golden Brown #A06717

Tints of Golden Brown #A06717

RGB

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

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

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

R = 55.94%
G = 36.01%
B = 8.04%

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

#A06717 (or 0xA06717) is known color: Golden Brown. HEX triplet: A0, 67 and 17. RGB value is (160,103,23). Sum of RGB (Red+Green+Blue) = 160+103+23=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A06717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06717 is #5F98E8. Grayscale: #6F6F6F. Windows color (decimal): -6265065 or 1533856. OLE color: 1533856.

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

Color convert

RGB 160 103 23 -
CMYK 0 0.36 0.86 0.37
HSL 35.04º 0.75% 0.36% -
HSV(B) 35.04º 0.86% 0.63% -
XYZ 19.5 17.24 3.11 -
YUV 110.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 160 103 23 0 0.36 0.86 0.37 35.04 0.75 0.36
Hex A0 67 17 0 24 56 25 23 4B 24
Octal 240 147 27 0 44 126 45 43 113 44
Binary 10100000 1100111 10111 0 100100 1010110 100101 100011 1001011 100100

Color Harmonies of #A06717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06717

Black with #A06717

Text Example


Text Example

White with #A06717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06717; }

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

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

background-color css

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

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

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

border-color css

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

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

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