Html Css Color HEX #A1584C Crail

📋 copy color: '#A1584C'

red 161 ◦ green 88 ◦ blue 76

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

Shades of Crail #A1584C

Tints of Crail #A1584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 49.54%
G = 27.08%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1584C (or 0xA1584C) is known color: Crail. HEX triplet: A1, 58 and 4C. RGB value is (161,88,76). Sum of RGB (Red+Green+Blue) = 161+88+76=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1584C is #5EA7B3. Grayscale: #6C6C6C. Windows color (decimal): -6203316 or 5003425. OLE color: 5003425.

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

Color convert

RGB 161 88 76 -
CMYK 0 0.45 0.53 0.37
HSL 8.47º 0.36% 0.46% -
HSV(B) 8.47º 0.53% 0.63% -
XYZ 19.49 15.08 8.72 -
YUV 108.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 161 88 76 0 0.45 0.53 0.37 8.47 0.36 0.46
Hex A1 58 4C 0 2D 35 25 8 24 2E
Octal 241 130 114 0 55 65 45 10 44 56
Binary 10100001 1011000 1001100 0 101101 110101 100101 1000 100100 101110

Color Harmonies of #A1584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1584C

Black with #A1584C

Text Example


Text Example

White with #A1584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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