Html Css Color HEX #AA5C4B Crail

📋 copy color: '#AA5C4B'

red 170 ◦ green 92 ◦ blue 75

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

Shades of Crail #AA5C4B

Tints of Crail #AA5C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 50.45%
G = 27.3%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA5C4B (or 0xAA5C4B) is known color: Crail. HEX triplet: AA, 5C and 4B. RGB value is (170,92,75). Sum of RGB (Red+Green+Blue) = 170+92+75=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C4B is #55A3B4. Grayscale: #717171. Windows color (decimal): -5612469 or 4938922. OLE color: 4938922.

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

Color convert

RGB 170 92 75 -
CMYK 0 0.46 0.56 0.33
HSL 10.74º 0.39% 0.48% -
HSV(B) 10.74º 0.56% 0.67% -
XYZ 21.67 16.71 8.74 -
YUV 113.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 170 92 75 0 0.46 0.56 0.33 10.74 0.39 0.48
Hex AA 5C 4B 0 2E 38 21 B 27 30
Octal 252 134 113 0 56 70 41 13 47 60
Binary 10101010 1011100 1001011 0 101110 111000 100001 1011 100111 110000

Color Harmonies of #AA5C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C4B

Black with #AA5C4B

Text Example


Text Example

White with #AA5C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C4B; }

 p { color: rgb(170,92,75); }

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

background-color css

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

 a { background-color: rgb(170,92,75); }

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

border-color css

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

 span { border-color: rgb(170,92,75); }

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