#AC630C

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

Shades of Golden Brown #AC630C

Tints of Golden Brown #AC630C

Color information

#AC630C (or 0xAC630C) is unknown color: approx Golden Brown. HEX triplet: AC, 63 and 0C. RGB value is (172,99,12). Sum of RGB (Red+Green+Blue) = 172+99+12=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC630C is #539CF3. Grayscale: #6F6F6F. Windows color (decimal): -5479668 or 811948. OLE color: 811948.

HSL color Cylindrical-coordinate representation of color #AC630C: hue angle of 32.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC630C is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB1729912-
CMYK00.420.930.33
HSL32.62º86.96%36.08%-
HSV(B)32.62º93.02%67.45%-
XYZ21.5417.722.63-
YUV110.9172.18171.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.78%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 12 (5.08% from 255) = 4.24%
R=60.78%
G=34.98%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172991200.420.930.3332.6286.9636.08
HexAC63C02A5D21215724
Octal25414314052135414112744
Binary1010110011000111100010101010111011000011000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC630C; }

 p { color: rgb(172,99,12); }

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

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

 a { background-color: rgb(172,99,12); }

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

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

 span { border-color: rgb(172,99,12); }

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