#A69376

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

Shades of Bronco #A69376

Tints of Bronco #A69376

Color information

#A69376 (or 0xA69376) is unknown color: approx Bronco. HEX triplet: A6, 93 and 76. RGB value is (166,147,118). Sum of RGB (Red+Green+Blue) = 166+147+118=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A69376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69376 is #596C89. Grayscale: #959595. Windows color (decimal): -5860490 or 7771046. OLE color: 7771046.

HSL color Cylindrical-coordinate representation of color #A69376: hue angle of 36.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69376 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB166147118-
CMYK00.110.290.35
HSL36.25º21.24%55.69%-
HSV(B)36.25º28.92%65.1%-
XYZ29.4330.2821.43-
YUV149.38110.29139.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=38.52%
G=34.11%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614711800.110.290.3536.2521.2455.69
HexA693760B1D23241538
Octal2462231660133543442570
Binary10100110100100111110110010111110110001110010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69376; }

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

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

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

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

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

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

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

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