Html Css Color HEX #AA513F Crail

📋 copy color: '#AA513F'

red 170 ◦ green 81 ◦ blue 63

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

Shades of Crail #AA513F

Tints of Crail #AA513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 63 (25% from 255) = 20.06%

R = 54.14%
G = 25.8%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA513F (or 0xAA513F) is known color: Crail. HEX triplet: AA, 51 and 3F. RGB value is (170,81,63). Sum of RGB (Red+Green+Blue) = 170+81+63=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA513F is #55AEC0. Grayscale: #696969. Windows color (decimal): -5615297 or 4149674. OLE color: 4149674.

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

Color convert

RGB 170 81 63 -
CMYK 0 0.52 0.63 0.33
HSL 10.09º 0.46% 0.46% -
HSV(B) 10.09º 0.63% 0.67% -
XYZ 20.42 14.79 6.48 -
YUV 105.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 170 81 63 0 0.52 0.63 0.33 10.09 0.46 0.46
Hex AA 51 3F 0 34 3F 21 A 2E 2E
Octal 252 121 77 0 64 77 41 12 56 56
Binary 10101010 1010001 111111 0 110100 111111 100001 1010 101110 101110

Color Harmonies of #AA513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA513F

Black with #AA513F

Text Example


Text Example

White with #AA513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA513F; }

 p { color: rgb(170,81,63); }

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

background-color css

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

 a { background-color: rgb(170,81,63); }

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

border-color css

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

 span { border-color: rgb(170,81,63); }

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