#A69680

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

Shades of Bronco #A69680

Tints of Bronco #A69680

Color information

#A69680 (or 0xA69680) is unknown color: approx Bronco. HEX triplet: A6, 96 and 80. RGB value is (166,150,128). Sum of RGB (Red+Green+Blue) = 166+150+128=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A69680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69680 is #59697F. Grayscale: #989898. Windows color (decimal): -5859712 or 8427174. OLE color: 8427174.

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

Color convert

RGB166150128-
CMYK00.100.230.35
HSL34.74º17.59%57.65%-
HSV(B)34.74º22.89%65.1%-
XYZ30.5331.4824.89-
YUV152.28114.3137.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=37.39%
G=33.78%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615012800.100.230.3534.7417.5957.65
HexA696800A172323123a
Octal2462262000122743432272
Binary101001101001011010000000010101011110001110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69680; }

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

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

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

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

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

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

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

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