#A6927F

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

Shades of Bronco #A6927F

Tints of Bronco #A6927F

Color information

#A6927F (or 0xA6927F) is unknown color: approx Bronco. HEX triplet: A6, 92 and 7F. RGB value is (166,146,127). Sum of RGB (Red+Green+Blue) = 166+146+127=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6927F is #596D80. Grayscale: #959595. Windows color (decimal): -5860737 or 8360614. OLE color: 8360614.

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

Color convert

RGB166146127-
CMYK00.120.230.35
HSL29.23º17.97%57.45%-
HSV(B)29.23º23.49%65.1%-
XYZ29.8430.224.33-
YUV149.81115.13139.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 127 (50% from 255) = 28.93%
R=37.81%
G=33.26%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614612700.120.230.3529.2317.9757.45
HexA6927F0C17231d1239
Octal2462221770142743352271
Binary1010011010010010111111101100101111000111110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6927F; }

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

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

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

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

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

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

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

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