Html Css Color HEX #AA7670 Coral Tree

📋 copy color: '#AA7670'

red 170 ◦ green 118 ◦ blue 112

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

Shades of Coral Tree #AA7670

Tints of Coral Tree #AA7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 42.5%
G = 29.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7670 (or 0xAA7670) is known color: Coral Tree. HEX triplet: AA, 76 and 70. RGB value is (170,118,112). Sum of RGB (Red+Green+Blue) = 170+118+112=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7670 is #55898F. Grayscale: #848484. Windows color (decimal): -5605776 or 7370410. OLE color: 7370410.

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

Color convert

RGB 170 118 112 -
CMYK 0 0.31 0.34 0.33
HSL 6.21º 0.25% 0.55% -
HSV(B) 6.21º 0.34% 0.67% -
XYZ 25.98 22.67 18.34 -
YUV 132.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 170 118 112 0 0.31 0.34 0.33 6.21 0.25 0.55
Hex AA 76 70 0 1F 22 21 6 19 37
Octal 252 166 160 0 37 42 41 6 31 67
Binary 10101010 1110110 1110000 0 11111 100010 100001 110 11001 110111

Color Harmonies of #AA7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7670

Black with #AA7670

Text Example


Text Example

White with #AA7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7670; }

 p { color: rgb(170,118,112); }

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

background-color css

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

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

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

border-color css

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

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

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