Html Css Color HEX #AA6051 Crail

📋 copy color: '#AA6051'

red 170 ◦ green 96 ◦ blue 81

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

Shades of Crail #AA6051

Tints of Crail #AA6051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.34%

R = 48.99%
G = 27.67%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA6051 (or 0xAA6051) is known color: Crail. HEX triplet: AA, 60 and 51. RGB value is (170,96,81). Sum of RGB (Red+Green+Blue) = 170+96+81=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6051 is #559FAE. Grayscale: #747474. Windows color (decimal): -5611439 or 5333162. OLE color: 5333162.

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

Color convert

RGB 170 96 81 -
CMYK 0 0.44 0.52 0.33
HSL 10.11º 0.35% 0.49% -
HSV(B) 10.11º 0.52% 0.67% -
XYZ 22.25 17.51 9.99 -
YUV 116.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 170 96 81 0 0.44 0.52 0.33 10.11 0.35 0.49
Hex AA 60 51 0 2C 34 21 A 23 31
Octal 252 140 121 0 54 64 41 12 43 61
Binary 10101010 1100000 1010001 0 101100 110100 100001 1010 100011 110001

Color Harmonies of #AA6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6051

Black with #AA6051

Text Example


Text Example

White with #AA6051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6051; }

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

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

background-color css

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

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

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

border-color css

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

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

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