#A69476

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

Shades of Bronco #A69476

Tints of Bronco #A69476

Color information

#A69476 (or 0xA69476) is unknown color: approx Bronco. HEX triplet: A6, 94 and 76. RGB value is (166,148,118). Sum of RGB (Red+Green+Blue) = 166+148+118=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69476 is #596B89. Grayscale: #969696. Windows color (decimal): -5860234 or 7771302. OLE color: 7771302.

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

Color convert

RGB166148118-
CMYK00.110.290.35
HSL37.5º21.24%55.69%-
HSV(B)37.5º28.92%65.1%-
XYZ29.5930.5921.49-
YUV149.96109.96139.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=38.43%
G=34.26%
B=27.31%

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
Decimal16614811800.110.290.3537.521.2455.69
HexA694760B1D23261538
Octal2462241660133543462570
Binary10100110100101001110110010111110110001110011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69476; }

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

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

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

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

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

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

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

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