Html Css Color HEX #A2584A Crail

📋 copy color: '#A2584A'

red 162 ◦ green 88 ◦ blue 74

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

Shades of Crail #A2584A

Tints of Crail #A2584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 50%
G = 27.16%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2584A (or 0xA2584A) is known color: Crail. HEX triplet: A2, 58 and 4A. RGB value is (162,88,74). Sum of RGB (Red+Green+Blue) = 162+88+74=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2584A is #5DA7B5. Grayscale: #6C6C6C. Windows color (decimal): -6137782 or 4872354. OLE color: 4872354.

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

Color convert

RGB 162 88 74 -
CMYK 0 0.46 0.54 0.36
HSL 9.55º 0.37% 0.46% -
HSV(B) 9.55º 0.54% 0.64% -
XYZ 19.63 15.16 8.37 -
YUV 108.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 162 88 74 0 0.46 0.54 0.36 9.55 0.37 0.46
Hex A2 58 4A 0 2E 36 24 A 25 2E
Octal 242 130 112 0 56 66 44 12 45 56
Binary 10100010 1011000 1001010 0 101110 110110 100100 1010 100101 101110

Color Harmonies of #A2584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2584A

Black with #A2584A

Text Example


Text Example

White with #A2584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2584A; }

 p { color: rgb(162,88,74); }

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

background-color css

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

 a { background-color: rgb(162,88,74); }

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

border-color css

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

 span { border-color: rgb(162,88,74); }

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