#AC9678

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

Shades of Bronco #AC9678

Tints of Bronco #AC9678

Color information

#AC9678 (or 0xAC9678) is unknown color: approx Bronco. HEX triplet: AC, 96 and 78. RGB value is (172,150,120). Sum of RGB (Red+Green+Blue) = 172+150+120=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9678 is #536987. Grayscale: #999999. Windows color (decimal): -5466504 or 7902892. OLE color: 7902892.

HSL color Cylindrical-coordinate representation of color #AC9678: hue angle of 34.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9678 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172150120-
CMYK00.130.300.33
HSL34.62º23.85%57.25%-
HSV(B)34.62º30.23%67.45%-
XYZ31.3131.9422.28-
YUV153.16109.29141.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=38.91%
G=33.94%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215012000.130.300.3334.6223.8557.25
HexAC96780D1E21231839
Octal2542261700153641433071
Binary10101100100101101111000011011111010000110001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9678; }

 p { color: rgb(172,150,120); }

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

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

 a { background-color: rgb(172,150,120); }

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

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

 span { border-color: rgb(172,150,120); }

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