#A99678

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

Shades of Bronco #A99678

Tints of Bronco #A99678

Color information

#A99678 (or 0xA99678) is unknown color: approx Bronco. HEX triplet: A9, 96 and 78. RGB value is (169,150,120). Sum of RGB (Red+Green+Blue) = 169+150+120=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A99678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99678 is #566987. Grayscale: #989898. Windows color (decimal): -5663112 or 7902889. OLE color: 7902889.

HSL color Cylindrical-coordinate representation of color #A99678: hue angle of 36.73º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99678 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB169150120-
CMYK00.110.290.34
HSL36.73º22.17%56.67%-
HSV(B)36.73º28.99%66.27%-
XYZ30.6631.622.25-
YUV152.26109.79139.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=38.50%
G=34.17%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915012000.110.290.3436.7322.1756.67
HexA996780B1D22251639
Octal2512261700133542452671
Binary10101001100101101111000010111110110001010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99678; }

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

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

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

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

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

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

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

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