Html Css Color HEX #AA7A75 Coral Tree

📋 copy color: '#AA7A75'

red 170 ◦ green 122 ◦ blue 117

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

Shades of Coral Tree #AA7A75

Tints of Coral Tree #AA7A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

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

R = 41.56%
G = 29.83%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7A75 (or 0xAA7A75) is known color: Coral Tree. HEX triplet: AA, 7A and 75. RGB value is (170,122,117). Sum of RGB (Red+Green+Blue) = 170+122+117=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A75 is #55858A. Grayscale: #878787. Windows color (decimal): -5604747 or 7699114. OLE color: 7699114.

HSL color Cylindrical-coordinate representation of color #AA7A75: hue angle of 5.66º 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 #AA7A75 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 117 -
CMYK 0 0.28 0.31 0.33
HSL 5.66º 0.24% 0.56% -
HSV(B) 5.66º 0.31% 0.67% -
XYZ 26.75 23.75 20 -
YUV 135.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 170 122 117 0 0.28 0.31 0.33 5.66 0.24 0.56
Hex AA 7A 75 0 1C 1F 21 6 18 38
Octal 252 172 165 0 34 37 41 6 30 70
Binary 10101010 1111010 1110101 0 11100 11111 100001 110 11000 111000

Color Harmonies of #AA7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A75

Black with #AA7A75

Text Example


Text Example

White with #AA7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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