Html Css Color HEX #A1937E Bronco

📋 copy color: '#A1937E'

red 161 ◦ green 147 ◦ blue 126

#A1937E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #A1937E

Tints of Bronco #A1937E

RGB

 RED value IS 161 (63.28% from 255) = 37.1%

 GREEN value IS 147 (57.81% from 255) = 33.87%

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 37.1%
G = 33.87%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1937E (or 0xA1937E) is known color: Bronco. HEX triplet: A1, 93 and 7E. RGB value is (161,147,126). Sum of RGB (Red+Green+Blue) = 161+147+126=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A1937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1937E is #5E6C81. Grayscale: #949494. Windows color (decimal): -6188162 or 8295329. OLE color: 8295329.

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

Color convert

RGB 161 147 126 -
CMYK 0 0.09 0.22 0.37
HSL 36º 0.16% 0.56% -
HSV(B) 36º 0.22% 0.63% -
XYZ 28.9 29.95 24 -
YUV 148.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 161 147 126 0 0.09 0.22 0.37 36 0.16 0.56
Hex A1 93 7E 0 9 16 25 24 10 38
Octal 241 223 176 0 11 26 45 44 20 70
Binary 10100001 10010011 1111110 0 1001 10110 100101 100100 10000 111000

Color Harmonies of #A1937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1937E

Black with #A1937E

Text Example


Text Example

White with #A1937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1937E; }

 p { color: rgb(161,147,126); }

 H1.HeaderClassName
 {
   color: #A1937E;
 }
 .AnyTagClassName
 {
   color: #A1937E;
 }
</style>

background-color css

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

 a { background-color: rgb(161,147,126); }

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

border-color css

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

 span { border-color: rgb(161,147,126); }

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