#A1947F

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

Shades of Bronco #A1947F

Tints of Bronco #A1947F

Color information

#A1947F (or 0xA1947F) is unknown color: approx Bronco. HEX triplet: A1, 94 and 7F. RGB value is (161,148,127). Sum of RGB (Red+Green+Blue) = 161+148+127=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1947F is #5E6B80. Grayscale: #959595. Windows color (decimal): -6187905 or 8361121. OLE color: 8361121.

HSL color Cylindrical-coordinate representation of color #A1947F: hue angle of 37.06º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1947F is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB161148127-
CMYK00.080.210.37
HSL37.06º15.32%56.47%-
HSV(B)37.06º21.12%63.14%-
XYZ29.1230.2924.39-
YUV149.49115.31136.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 127 (50% from 255) = 29.13%
R=36.93%
G=33.94%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114812700.080.210.3737.0615.3256.47
HexA1947F08152525f38
Octal2412241770102545451770
Binary1010000110010100111111101000101011001011001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1947F; }

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

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

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

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

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

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

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

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