#A89778

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

Shades of Bronco #A89778

Tints of Bronco #A89778

Color information

#A89778 (or 0xA89778) is unknown color: approx Bronco. HEX triplet: A8, 97 and 78. RGB value is (168,151,120). Sum of RGB (Red+Green+Blue) = 168+151+120=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A89778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89778 is #576887. Grayscale: #989898. Windows color (decimal): -5728392 or 7903144. OLE color: 7903144.

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

Color convert

RGB168151120-
CMYK00.100.290.34
HSL38.75º21.62%56.47%-
HSV(B)38.75º28.57%65.88%-
XYZ30.6131.8122.3-
YUV152.55109.63139.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=38.27%
G=34.40%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815112000.100.290.3438.7521.6256.47
HexA897780A1D22271638
Octal2502271700123542472670
Binary10101000100101111111000010101110110001010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89778; }

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

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

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

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

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

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

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

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