Html Css Color HEX #A06C17 Golden Brown

📋 copy color: '#A06C17'

red 160 ◦ green 108 ◦ blue 23

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

Shades of Golden Brown #A06C17

Tints of Golden Brown #A06C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 54.98%
G = 37.11%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A06C17 (or 0xA06C17) is known color: Golden Brown. HEX triplet: A0, 6C and 17. RGB value is (160,108,23). Sum of RGB (Red+Green+Blue) = 160+108+23=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06C17 is #5F93E8. Grayscale: #727272. Windows color (decimal): -6263785 or 1535136. OLE color: 1535136.

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

Color convert

RGB 160 108 23 -
CMYK 0 0.32 0.86 0.37
HSL 37.23º 0.75% 0.36% -
HSV(B) 37.23º 0.86% 0.63% -
XYZ 20.01 18.26 3.28 -
YUV 113.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 160 108 23 0 0.32 0.86 0.37 37.23 0.75 0.36
Hex A0 6C 17 0 20 56 25 25 4B 24
Octal 240 154 27 0 40 126 45 45 113 44
Binary 10100000 1101100 10111 0 100000 1010110 100101 100101 1001011 100100

Color Harmonies of #A06C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C17

Black with #A06C17

Text Example


Text Example

White with #A06C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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