#A69781

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

Shades of Bronco #A69781

Tints of Bronco #A69781

Color information

#A69781 (or 0xA69781) is unknown color: approx Bronco. HEX triplet: A6, 97 and 81. RGB value is (166,151,129). Sum of RGB (Red+Green+Blue) = 166+151+129=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A69781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69781 is #59687E. Grayscale: #999999. Windows color (decimal): -5859455 or 8492966. OLE color: 8492966.

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

Color convert

RGB166151129-
CMYK00.090.220.35
HSL35.68º17.21%57.84%-
HSV(B)35.68º22.29%65.1%-
XYZ30.7531.8325.29-
YUV152.98114.47137.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=37.22%
G=33.86%
B=28.92%

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
Decimal16615112900.090.220.3535.6817.2157.84
HexA6978109162324113a
Octal2462272010112643442172
Binary101001101001011110000001010011011010001110010010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69781; }

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

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

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

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

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

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

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

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