#A3917B

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

Shades of Bronco #A3917B

Tints of Bronco #A3917B

Color information

#A3917B (or 0xA3917B) is unknown color: approx Bronco. HEX triplet: A3, 91 and 7B. RGB value is (163,145,123). Sum of RGB (Red+Green+Blue) = 163+145+123=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A3917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3917B is #5C6E84. Grayscale: #939393. Windows color (decimal): -6057605 or 8098211. OLE color: 8098211.

HSL color Cylindrical-coordinate representation of color #A3917B: hue angle of 33º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3917B is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB163145123-
CMYK00.110.250.36
HSL33º17.86%56.08%-
HSV(B)33º24.54%63.92%-
XYZ28.829.4722.91-
YUV147.87113.96138.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=37.82%
G=33.64%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314512300.110.250.363317.8656.08
HexA3917B0B1924211238
Octal2432211730133144412270
Binary10100011100100011111011010111100110010010000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3917B; }

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

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

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

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

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

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

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

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