#A89278

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

Shades of Bronco #A89278

Tints of Bronco #A89278

Color information

#A89278 (or 0xA89278) is unknown color: approx Bronco. HEX triplet: A8, 92 and 78. RGB value is (168,146,120). Sum of RGB (Red+Green+Blue) = 168+146+120=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A89278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89278 is #576D87. Grayscale: #959595. Windows color (decimal): -5729672 or 7901864. OLE color: 7901864.

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

Color convert

RGB168146120-
CMYK00.130.290.34
HSL32.5º21.62%56.47%-
HSV(B)32.5º28.57%65.88%-
XYZ29.8230.2422.03-
YUV149.61111.29141.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=38.71%
G=33.64%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814612000.130.290.3432.521.6256.47
HexA892780D1D22211638
Octal2502221700153542412670
Binary10101000100100101111000011011110110001010000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89278; }

 p { color: rgb(168,146,120); }

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

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

 a { background-color: rgb(168,146,120); }

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

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

 span { border-color: rgb(168,146,120); }

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