#A69682

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

Shades of Bronco #A69682

Tints of Bronco #A69682

Color information

#A69682 (or 0xA69682) is unknown color: approx Bronco. HEX triplet: A6, 96 and 82. RGB value is (166,150,130). Sum of RGB (Red+Green+Blue) = 166+150+130=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A69682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69682 is #59697D. Grayscale: #989898. Windows color (decimal): -5859710 or 8558246. OLE color: 8558246.

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

Color convert

RGB166150130-
CMYK00.100.220.35
HSL33.33º16.82%58.04%-
HSV(B)33.33º21.69%65.1%-
XYZ30.6631.5325.59-
YUV152.5115.3137.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=37.22%
G=33.63%
B=29.15%

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
Decimal16615013000.100.220.3533.3316.8258.04
HexA696820A162321113a
Octal2462262020122643412172
Binary101001101001011010000010010101011010001110000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69682; }

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

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

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

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

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

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

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

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