#A89A7F

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

Shades of Bronco #A89A7F

Tints of Bronco #A89A7F

Color information

#A89A7F (or 0xA89A7F) is unknown color: approx Bronco. HEX triplet: A8, 9A and 7F. RGB value is (168,154,127). Sum of RGB (Red+Green+Blue) = 168+154+127=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A7F is #576580. Grayscale: #9B9B9B. Windows color (decimal): -5727617 or 8362664. OLE color: 8362664.

HSL color Cylindrical-coordinate representation of color #A89A7F: hue angle of 39.51º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89A7F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168154127-
CMYK00.080.240.34
HSL39.51º19.07%57.84%-
HSV(B)39.51º24.4%65.88%-
XYZ31.5332.9724.78-
YUV155.11112.14137.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 127 (50% from 255) = 28.29%
R=37.42%
G=34.30%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815412700.080.240.3439.5119.0757.84
HexA89A7F08182228133a
Octal2502321770103042502372
Binary10101000100110101111111010001100010001010100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A7F; }

 p { color: rgb(168,154,127); }

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

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

 a { background-color: rgb(168,154,127); }

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

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

 span { border-color: rgb(168,154,127); }

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