#A3927F

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

Shades of Bronco #A3927F

Tints of Bronco #A3927F

Color information

#A3927F (or 0xA3927F) is unknown color: approx Bronco. HEX triplet: A3, 92 and 7F. RGB value is (163,146,127). Sum of RGB (Red+Green+Blue) = 163+146+127=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3927F is #5C6D80. Grayscale: #959595. Windows color (decimal): -6057345 or 8360611. OLE color: 8360611.

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

Color convert

RGB163146127-
CMYK00.100.220.36
HSL31.67º16.36%56.86%-
HSV(B)31.67º22.09%63.92%-
XYZ29.2129.8824.31-
YUV148.92115.63138.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 127 (50% from 255) = 29.13%
R=37.39%
G=33.49%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314612700.100.220.3631.6716.3656.86
HexA3927F0A1624201039
Octal2432221770122644402071
Binary10100011100100101111111010101011010010010000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3927F; }

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

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

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

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

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

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

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

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