#A6967A

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

Shades of Bronco #A6967A

Tints of Bronco #A6967A

Color information

#A6967A (or 0xA6967A) is unknown color: approx Bronco. HEX triplet: A6, 96 and 7A. RGB value is (166,150,122). Sum of RGB (Red+Green+Blue) = 166+150+122=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6967A is #596985. Grayscale: #979797. Windows color (decimal): -5859718 or 8033958. OLE color: 8033958.

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

Color convert

RGB166150122-
CMYK00.100.270.35
HSL38.18º19.82%56.47%-
HSV(B)38.18º26.51%65.1%-
XYZ30.1531.3222.87-
YUV151.59111.3138.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=37.90%
G=34.25%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615012200.100.270.3538.1819.8256.47
HexA6967A0A1B23261438
Octal2462261720123343462470
Binary10100110100101101111010010101101110001110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6967A; }

 p { color: rgb(166,150,122); }

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

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

 a { background-color: rgb(166,150,122); }

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

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

 span { border-color: rgb(166,150,122); }

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