#AC6F0F

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

Shades of Golden Brown #AC6F0F

Tints of Golden Brown #AC6F0F

Color information

#AC6F0F (or 0xAC6F0F) is unknown color: approx Golden Brown. HEX triplet: AC, 6F and 0F. RGB value is (172,111,15). Sum of RGB (Red+Green+Blue) = 172+111+15=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6F0F is #5390F0. Grayscale: #767676. Windows color (decimal): -5476593 or 1011628. OLE color: 1011628.

HSL color Cylindrical-coordinate representation of color #AC6F0F: hue angle of 36.69º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC6F0F is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17211115-
CMYK00.350.910.33
HSL36.69º83.96%36.67%-
HSV(B)36.69º91.28%67.45%-
XYZ22.7820.173.15-
YUV118.2969.71166.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.72%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 15 (6.25% from 255) = 5.03%
R=57.72%
G=37.25%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721111500.350.910.3336.6983.9636.67
HexAC6FF0235B21255425
Octal25415717043133414512445
Binary1010110011011111111010001110110111000011001011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F0F; }

 p { color: rgb(172,111,15); }

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

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

 a { background-color: rgb(172,111,15); }

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

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

 span { border-color: rgb(172,111,15); }

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