#A89A7E

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

Shades of Bronco #A89A7E

Tints of Bronco #A89A7E

Color information

#A89A7E (or 0xA89A7E) is unknown color: approx Bronco. HEX triplet: A8, 9A and 7E. RGB value is (168,154,126). Sum of RGB (Red+Green+Blue) = 168+154+126=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A7E is #576581. Grayscale: #9B9B9B. Windows color (decimal): -5727618 or 8297128. OLE color: 8297128.

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

Color convert

RGB168154126-
CMYK00.080.250.34
HSL40º19.44%57.65%-
HSV(B)40º25%65.88%-
XYZ31.4732.9424.44-
YUV154.99111.64137.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=37.5%
G=34.38%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815412600.080.250.344019.4457.65
HexA89A7E08192228133a
Octal2502321760103142502372
Binary10101000100110101111110010001100110001010100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A7E; }

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

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

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

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

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

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

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

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