Html Css Color HEX #AA584D Crail

📋 copy color: '#AA584D'

red 170 ◦ green 88 ◦ blue 77

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

Shades of Crail #AA584D

Tints of Crail #AA584D

RGB

 RED value IS 170 (66.8% from 255) = 50.75%

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

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 50.75%
G = 26.27%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA584D (or 0xAA584D) is known color: Crail. HEX triplet: AA, 58 and 4D. RGB value is (170,88,77). Sum of RGB (Red+Green+Blue) = 170+88+77=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA584D is #55A7B2. Grayscale: #6F6F6F. Windows color (decimal): -5613491 or 5068970. OLE color: 5068970.

HSL color Cylindrical-coordinate representation of color #AA584D: hue angle of 7.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA584D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 88 77 -
CMYK 0 0.48 0.55 0.33
HSL 7.1º 0.38% 0.48% -
HSV(B) 7.1º 0.55% 0.67% -
XYZ 21.41 16.06 8.99 -
YUV 111.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 170 88 77 0 0.48 0.55 0.33 7.1 0.38 0.48
Hex AA 58 4D 0 30 37 21 7 26 30
Octal 252 130 115 0 60 67 41 7 46 60
Binary 10101010 1011000 1001101 0 110000 110111 100001 111 100110 110000

Color Harmonies of #AA584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA584D

Black with #AA584D

Text Example


Text Example

White with #AA584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA584D; }

 p { color: rgb(170,88,77); }

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

background-color css

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

 a { background-color: rgb(170,88,77); }

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

border-color css

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

 span { border-color: rgb(170,88,77); }

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