Html Css Color HEX #A1947C Bronco

📋 copy color: '#A1947C'

red 161 ◦ green 148 ◦ blue 124

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

Shades of Bronco #A1947C

Tints of Bronco #A1947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.18%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 37.18%
G = 34.18%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1947C (or 0xA1947C) is known color: Bronco. HEX triplet: A1, 94 and 7C. RGB value is (161,148,124). Sum of RGB (Red+Green+Blue) = 161+148+124=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1947C is #5E6B83. Grayscale: #959595. Windows color (decimal): -6187908 or 8164513. OLE color: 8164513.

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

Color convert

RGB 161 148 124 -
CMYK 0 0.08 0.23 0.37
HSL 38.92º 0.16% 0.56% -
HSV(B) 38.92º 0.23% 0.63% -
XYZ 28.93 30.21 23.38 -
YUV 149.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 161 148 124 0 0.08 0.23 0.37 38.92 0.16 0.56
Hex A1 94 7C 0 8 17 25 27 10 38
Octal 241 224 174 0 10 27 45 47 20 70
Binary 10100001 10010100 1111100 0 1000 10111 100101 100111 10000 111000

Color Harmonies of #A1947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1947C

Black with #A1947C

Text Example


Text Example

White with #A1947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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