Html Css Color HEX #A06F17 Golden Brown

📋 copy color: '#A06F17'

red 160 ◦ green 111 ◦ blue 23

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

Shades of Golden Brown #A06F17

Tints of Golden Brown #A06F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

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

R = 54.42%
G = 37.76%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A06F17 (or 0xA06F17) is known color: Golden Brown. HEX triplet: A0, 6F and 17. RGB value is (160,111,23). Sum of RGB (Red+Green+Blue) = 160+111+23=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F17 is #5F90E8. Grayscale: #747474. Windows color (decimal): -6263017 or 1535904. OLE color: 1535904.

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

Color convert

RGB 160 111 23 -
CMYK 0 0.31 0.86 0.37
HSL 38.54º 0.75% 0.36% -
HSV(B) 38.54º 0.86% 0.63% -
XYZ 20.34 18.9 3.39 -
YUV 115.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 160 111 23 0 0.31 0.86 0.37 38.54 0.75 0.36
Hex A0 6F 17 0 1F 56 25 27 4B 24
Octal 240 157 27 0 37 126 45 47 113 44
Binary 10100000 1101111 10111 0 11111 1010110 100101 100111 1001011 100100

Color Harmonies of #A06F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F17

Black with #A06F17

Text Example


Text Example

White with #A06F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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