Html Css Color HEX #AA503E Crail

📋 copy color: '#AA503E'

red 170 ◦ green 80 ◦ blue 62

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

Shades of Crail #AA503E

Tints of Crail #AA503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 62 (24.61% from 255) = 19.87%

R = 54.49%
G = 25.64%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA503E (or 0xAA503E) is known color: Crail. HEX triplet: AA, 50 and 3E. RGB value is (170,80,62). Sum of RGB (Red+Green+Blue) = 170+80+62=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA503E is #55AFC1. Grayscale: #696969. Windows color (decimal): -5615554 or 4083882. OLE color: 4083882.

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

Color convert

RGB 170 80 62 -
CMYK 0 0.53 0.64 0.33
HSL 10º 0.47% 0.45% -
HSV(B) 10º 0.64% 0.67% -
XYZ 20.32 14.63 6.31 -
YUV 104.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 170 80 62 0 0.53 0.64 0.33 10 0.47 0.45
Hex AA 50 3E 0 35 40 21 A 2F 2D
Octal 252 120 76 0 65 100 41 12 57 55
Binary 10101010 1010000 111110 0 110101 1000000 100001 1010 101111 101101

Color Harmonies of #AA503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA503E

Black with #AA503E

Text Example


Text Example

White with #AA503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA503E; }

 p { color: rgb(170,80,62); }

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

background-color css

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

 a { background-color: rgb(170,80,62); }

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

border-color css

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

 span { border-color: rgb(170,80,62); }

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