#A99478

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

Shades of Bronco #A99478

Tints of Bronco #A99478

Color information

#A99478 (or 0xA99478) is unknown color: approx Bronco. HEX triplet: A9, 94 and 78. RGB value is (169,148,120). Sum of RGB (Red+Green+Blue) = 169+148+120=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A99478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99478 is #566B87. Grayscale: #979797. Windows color (decimal): -5663624 or 7902377. OLE color: 7902377.

HSL color Cylindrical-coordinate representation of color #A99478: hue angle of 34.29º 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 #A99478 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB169148120-
CMYK00.120.290.34
HSL34.29º22.17%56.67%-
HSV(B)34.29º28.99%66.27%-
XYZ30.3430.9722.15-
YUV151.09110.46140.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=38.67%
G=33.87%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914812000.120.290.3434.2922.1756.67
HexA994780C1D22221639
Octal2512241700143542422671
Binary10101001100101001111000011001110110001010001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99478; }

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

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

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

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

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

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

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

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