#A6927B

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

Shades of Bronco #A6927B

Tints of Bronco #A6927B

Color information

#A6927B (or 0xA6927B) is unknown color: approx Bronco. HEX triplet: A6, 92 and 7B. RGB value is (166,146,123). Sum of RGB (Red+Green+Blue) = 166+146+123=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6927B is #596D84. Grayscale: #959595. Windows color (decimal): -5860741 or 8098470. OLE color: 8098470.

HSL color Cylindrical-coordinate representation of color #A6927B: hue angle of 32.09º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6927B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB166146123-
CMYK00.120.260.35
HSL32.09º19.46%56.67%-
HSV(B)32.09º25.9%65.1%-
XYZ29.5830.0922.99-
YUV149.36113.13139.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=38.16%
G=33.56%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614612300.120.260.3532.0919.4656.67
HexA6927B0C1A23201339
Octal2462221730143243402371
Binary10100110100100101111011011001101010001110000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6927B; }

 p { color: rgb(166,146,123); }

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

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

 a { background-color: rgb(166,146,123); }

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

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

 span { border-color: rgb(166,146,123); }

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