#A3917F

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

Shades of Bronco #A3917F

Tints of Bronco #A3917F

Color information

#A3917F (or 0xA3917F) is unknown color: approx Bronco. HEX triplet: A3, 91 and 7F. RGB value is (163,145,127). Sum of RGB (Red+Green+Blue) = 163+145+127=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3917F is #5C6E80. Grayscale: #949494. Windows color (decimal): -6057601 or 8360355. OLE color: 8360355.

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

Color convert

RGB163145127-
CMYK00.110.220.36
HSL30º16.36%56.86%-
HSV(B)30º22.09%63.92%-
XYZ29.0629.5724.25-
YUV148.33115.96138.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 29.20%
R=37.47%
G=33.33%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314512700.110.220.363016.3656.86
HexA3917F0B16241e1039
Octal2432211770132644362071
Binary1010001110010001111111101011101101001001111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3917F; }

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

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

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

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

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

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

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

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