#A8600F

Color #A8600F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A8600F

Tints of Golden Brown #A8600F

Color information

#A8600F (or 0xA8600F) is unknown color: approx Golden Brown. HEX triplet: A8, 60 and 0F. RGB value is (168,96,15). Sum of RGB (Red+Green+Blue) = 168+96+15=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8600F is #579FF0. Grayscale: #6C6C6C. Windows color (decimal): -5742577 or 1007784. OLE color: 1007784.

HSL color Cylindrical-coordinate representation of color #A8600F: hue angle of 31.76º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8600F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB1689615-
CMYK00.430.910.34
HSL31.76º83.61%35.88%-
HSV(B)31.76º91.07%65.88%-
XYZ20.4216.732.6-
YUV108.2975.35170.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=60.22%
G=34.41%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168961500.430.910.3431.7683.6135.88
HexA860F02B5B22205424
Octal25014017053133424012444
Binary1010100011000001111010101110110111000101000001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8600F; }

 p { color: rgb(168,96,15); }

 H1.HeaderClassName
 {
   color: #A8600F;
 }
 .AnyTagClassName
 {
   color: #A8600F;
 }
</style>
background-color css

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

 a { background-color: rgb(168,96,15); }

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

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

 span { border-color: rgb(168,96,15); }

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