#A89581

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

Shades of Bronco #A89581

Tints of Bronco #A89581

Color information

#A89581 (or 0xA89581) is unknown color: approx Bronco. HEX triplet: A8, 95 and 81. RGB value is (168,149,129). Sum of RGB (Red+Green+Blue) = 168+149+129=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A89581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89581 is #576A7E. Grayscale: #989898. Windows color (decimal): -5728895 or 8492456. OLE color: 8492456.

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

Color convert

RGB168149129-
CMYK00.110.230.34
HSL30.77º18.31%58.24%-
HSV(B)30.77º23.21%65.88%-
XYZ30.8631.425.2-
YUV152.4114.79139.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=37.67%
G=33.41%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814912900.110.230.3430.7718.3158.24
HexA895810B17221f123a
Octal2502252010132742372272
Binary10101000100101011000000101011101111000101111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89581; }

 p { color: rgb(168,149,129); }

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

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

 a { background-color: rgb(168,149,129); }

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

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

 span { border-color: rgb(168,149,129); }

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