#A69782

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

Shades of Bronco #A69782

Tints of Bronco #A69782

Color information

#A69782 (or 0xA69782) is unknown color: approx Bronco. HEX triplet: A6, 97 and 82. RGB value is (166,151,130). Sum of RGB (Red+Green+Blue) = 166+151+130=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69782 is #59687D. Grayscale: #999999. Windows color (decimal): -5859454 or 8558502. OLE color: 8558502.

HSL color Cylindrical-coordinate representation of color #A69782: hue angle of 35º 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 #A69782 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166151130-
CMYK00.090.220.35
HSL35º16.82%58.04%-
HSV(B)35º21.69%65.1%-
XYZ30.8231.8525.64-
YUV153.09114.97137.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=37.14%
G=33.78%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615113000.090.220.353516.8258.04
HexA6978209162323113a
Octal2462272020112643432172
Binary101001101001011110000010010011011010001110001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69782; }

 p { color: rgb(166,151,130); }

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

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

 a { background-color: rgb(166,151,130); }

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

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

 span { border-color: rgb(166,151,130); }

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