#A5967F

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

Shades of Bronco #A5967F

Tints of Bronco #A5967F

Color information

#A5967F (or 0xA5967F) is unknown color: approx Bronco. HEX triplet: A5, 96 and 7F. RGB value is (165,150,127). Sum of RGB (Red+Green+Blue) = 165+150+127=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A5967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5967F is #5A6980. Grayscale: #979797. Windows color (decimal): -5925249 or 8361637. OLE color: 8361637.

HSL color Cylindrical-coordinate representation of color #A5967F: hue angle of 36.32º degrees, saturation: 0.17, 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 #A5967F is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB165150127-
CMYK00.090.230.35
HSL36.32º17.43%57.25%-
HSV(B)36.32º23.03%64.71%-
XYZ30.2531.3424.53-
YUV151.86113.97137.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 127 (50% from 255) = 28.73%
R=37.33%
G=33.94%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515012700.090.230.3536.3217.4357.25
HexA5967F091723241139
Octal2452261770112743442171
Binary10100101100101101111111010011011110001110010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5967F; }

 p { color: rgb(165,150,127); }

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

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

 a { background-color: rgb(165,150,127); }

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

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

 span { border-color: rgb(165,150,127); }

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