Html Css Color HEX #AA604E Crail

📋 copy color: '#AA604E'

red 170 ◦ green 96 ◦ blue 78

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

Shades of Crail #AA604E

Tints of Crail #AA604E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 49.42%
G = 27.91%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA604E (or 0xAA604E) is known color: Crail. HEX triplet: AA, 60 and 4E. RGB value is (170,96,78). Sum of RGB (Red+Green+Blue) = 170+96+78=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA604E is #559FB1. Grayscale: #747474. Windows color (decimal): -5611442 or 5136554. OLE color: 5136554.

HSL color Cylindrical-coordinate representation of color #AA604E: hue angle of 11.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA604E is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 78 -
CMYK 0 0.44 0.54 0.33
HSL 11.74º 0.37% 0.49% -
HSV(B) 11.74º 0.54% 0.67% -
XYZ 22.14 17.46 9.41 -
YUV 116.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 170 96 78 0 0.44 0.54 0.33 11.74 0.37 0.49
Hex AA 60 4E 0 2C 36 21 C 25 31
Octal 252 140 116 0 54 66 41 14 45 61
Binary 10101010 1100000 1001110 0 101100 110110 100001 1100 100101 110001

Color Harmonies of #AA604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA604E

Black with #AA604E

Text Example


Text Example

White with #AA604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA604E; }

 p { color: rgb(170,96,78); }

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

background-color css

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

 a { background-color: rgb(170,96,78); }

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

border-color css

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

 span { border-color: rgb(170,96,78); }

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