#A5917B

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

Shades of Bronco #A5917B

Tints of Bronco #A5917B

Color information

#A5917B (or 0xA5917B) is unknown color: approx Bronco. HEX triplet: A5, 91 and 7B. RGB value is (165,145,123). Sum of RGB (Red+Green+Blue) = 165+145+123=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A5917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5917B is #5A6E84. Grayscale: #949494. Windows color (decimal): -5926533 or 8098213. OLE color: 8098213.

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

Color convert

RGB165145123-
CMYK00.120.250.35
HSL31.43º18.92%56.47%-
HSV(B)31.43º25.45%64.71%-
XYZ29.2229.6822.93-
YUV148.47113.63139.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=38.11%
G=33.49%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514512300.120.250.3531.4318.9256.47
HexA5917B0C19231f1338
Octal2452211730143143372370
Binary1010010110010001111101101100110011000111111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5917B; }

 p { color: rgb(165,145,123); }

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

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

 a { background-color: rgb(165,145,123); }

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

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

 span { border-color: rgb(165,145,123); }

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