Html Css Color HEX #AA7575 Coral Tree

📋 copy color: '#AA7575'

red 170 ◦ green 117 ◦ blue 117

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

Shades of Coral Tree #AA7575

Tints of Coral Tree #AA7575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.96%

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 42.08%
G = 28.96%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7575 (or 0xAA7575) is known color: Coral Tree. HEX triplet: AA, 75 and 75. RGB value is (170,117,117). Sum of RGB (Red+Green+Blue) = 170+117+117=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7575 is #558A8A. Grayscale: #848484. Windows color (decimal): -5606027 or 7697834. OLE color: 7697834.

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

Color convert

RGB 170 117 117 -
CMYK 0 0.31 0.31 0.33
HSL 0.24% 0.56% -
HSV(B) 0.31% 0.67% -
XYZ 26.15 22.55 19.8 -
YUV 132.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 170 117 117 0 0.31 0.31 0.33 0 0.24 0.56
Hex AA 75 75 0 1F 1F 21 0 18 38
Octal 252 165 165 0 37 37 41 0 30 70
Binary 10101010 1110101 1110101 0 11111 11111 100001 0 11000 111000

Color Harmonies of #AA7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7575

Black with #AA7575

Text Example


Text Example

White with #AA7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7575; }

 p { color: rgb(170,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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