#A3947F

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

Shades of Bronco #A3947F

Tints of Bronco #A3947F

Color information

#A3947F (or 0xA3947F) is unknown color: approx Bronco. HEX triplet: A3, 94 and 7F. RGB value is (163,148,127). Sum of RGB (Red+Green+Blue) = 163+148+127=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A3947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3947F is #5C6B80. Grayscale: #969696. Windows color (decimal): -6056833 or 8361123. OLE color: 8361123.

HSL color Cylindrical-coordinate representation of color #A3947F: hue angle of 35º 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 #A3947F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB163148127-
CMYK00.090.220.36
HSL35º16.36%56.86%-
HSV(B)35º22.09%63.92%-
XYZ29.5230.524.41-
YUV150.09114.97137.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 127 (50% from 255) = 29.00%
R=37.21%
G=33.79%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314812700.090.220.363516.3656.86
HexA3947F091624231039
Octal2432241770112644432071
Binary10100011100101001111111010011011010010010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3947F; }

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

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

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

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

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

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

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

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