#A69381

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

Shades of Bronco #A69381

Tints of Bronco #A69381

Color information

#A69381 (or 0xA69381) is unknown color: approx Bronco. HEX triplet: A6, 93 and 81. RGB value is (166,147,129). Sum of RGB (Red+Green+Blue) = 166+147+129=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A69381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69381 is #596C7E. Grayscale: #969696. Windows color (decimal): -5860479 or 8491942. OLE color: 8491942.

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

Color convert

RGB166147129-
CMYK00.110.220.35
HSL29.19º17.21%57.84%-
HSV(B)29.19º22.29%65.1%-
XYZ30.1230.5625.08-
YUV150.63115.79138.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 129 (50.78% from 255) = 29.19%
R=37.56%
G=33.26%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614712900.110.220.3529.1917.2157.84
HexA693810B16231d113a
Octal2462232010132643352172
Binary10100110100100111000000101011101101000111110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69381; }

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

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

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

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

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

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

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

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