#A69581

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

Shades of Bronco #A69581

Tints of Bronco #A69581

Color information

#A69581 (or 0xA69581) is unknown color: approx Bronco. HEX triplet: A6, 95 and 81. RGB value is (166,149,129). Sum of RGB (Red+Green+Blue) = 166+149+129=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A69581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69581 is #596A7E. Grayscale: #979797. Windows color (decimal): -5859967 or 8492454. OLE color: 8492454.

HSL color Cylindrical-coordinate representation of color #A69581: hue angle of 32.43º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69581 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166149129-
CMYK00.100.220.35
HSL32.43º17.21%57.84%-
HSV(B)32.43º22.29%65.1%-
XYZ30.4431.1925.18-
YUV151.8115.13138.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=37.39%
G=33.56%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614912900.100.220.3532.4317.2157.84
HexA695810A162320113a
Octal2462252010122643402172
Binary101001101001010110000001010101011010001110000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69581; }

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

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

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

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

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

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

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

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