Html Css Color HEX #A1574C Crail

📋 copy color: '#A1574C'

red 161 ◦ green 87 ◦ blue 76

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

Shades of Crail #A1574C

Tints of Crail #A1574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 49.69%
G = 26.85%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1574C (or 0xA1574C) is known color: Crail. HEX triplet: A1, 57 and 4C. RGB value is (161,87,76). Sum of RGB (Red+Green+Blue) = 161+87+76=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1574C is #5EA8B3. Grayscale: #6B6B6B. Windows color (decimal): -6203572 or 5003169. OLE color: 5003169.

HSL color Cylindrical-coordinate representation of color #A1574C: hue angle of 7.76º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1574C is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 87 76 -
CMYK 0 0.46 0.53 0.37
HSL 7.76º 0.36% 0.46% -
HSV(B) 7.76º 0.53% 0.63% -
XYZ 19.41 14.92 8.69 -
YUV 107.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 161 87 76 0 0.46 0.53 0.37 7.76 0.36 0.46
Hex A1 57 4C 0 2E 35 25 8 24 2E
Octal 241 127 114 0 56 65 45 10 44 56
Binary 10100001 1010111 1001100 0 101110 110101 100101 1000 100100 101110

Color Harmonies of #A1574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1574C

Black with #A1574C

Text Example


Text Example

White with #A1574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1574C; }

 p { color: rgb(161,87,76); }

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

background-color css

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

 a { background-color: rgb(161,87,76); }

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

border-color css

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

 span { border-color: rgb(161,87,76); }

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