Html Css Color HEX #A2594C Crail

📋 copy color: '#A2594C'

red 162 ◦ green 89 ◦ blue 76

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

Shades of Crail #A2594C

Tints of Crail #A2594C

RGB

 RED value IS 162 (63.67% from 255) = 49.54%

 GREEN value IS 89 (35.16% from 255) = 27.22%

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

R = 49.54%
G = 27.22%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2594C (or 0xA2594C) is known color: Crail. HEX triplet: A2, 59 and 4C. RGB value is (162,89,76). Sum of RGB (Red+Green+Blue) = 162+89+76=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2594C is #5DA6B3. Grayscale: #6D6D6D. Windows color (decimal): -6137524 or 5003682. OLE color: 5003682.

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

Color convert

RGB 162 89 76 -
CMYK 0 0.45 0.53 0.36
HSL 9.07º 0.36% 0.47% -
HSV(B) 9.07º 0.53% 0.64% -
XYZ 19.78 15.35 8.76 -
YUV 109.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 162 89 76 0 0.45 0.53 0.36 9.07 0.36 0.47
Hex A2 59 4C 0 2D 35 24 9 24 2F
Octal 242 131 114 0 55 65 44 11 44 57
Binary 10100010 1011001 1001100 0 101101 110101 100100 1001 100100 101111

Color Harmonies of #A2594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2594C

Black with #A2594C

Text Example


Text Example

White with #A2594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2594C; }

 p { color: rgb(162,89,76); }

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

background-color css

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

 a { background-color: rgb(162,89,76); }

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

border-color css

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

 span { border-color: rgb(162,89,76); }

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