#A1917D

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

Shades of Bronco #A1917D

Tints of Bronco #A1917D

Color information

#A1917D (or 0xA1917D) is unknown color: approx Bronco. HEX triplet: A1, 91 and 7D. RGB value is (161,145,125). Sum of RGB (Red+Green+Blue) = 161+145+125=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A1917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1917D is #5E6E82. Grayscale: #939393. Windows color (decimal): -6188675 or 8229281. OLE color: 8229281.

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

Color convert

RGB161145125-
CMYK00.100.220.37
HSL33.33º16.07%56.08%-
HSV(B)33.33º22.36%63.14%-
XYZ28.5329.3123.56-
YUV147.5115.3137.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=37.35%
G=33.64%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114512500.100.220.3733.3316.0756.08
HexA1917D0A1625211038
Octal2412211750122645412070
Binary10100001100100011111101010101011010010110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1917D; }

 p { color: rgb(161,145,125); }

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

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

 a { background-color: rgb(161,145,125); }

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

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

 span { border-color: rgb(161,145,125); }

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