Html Css Color HEX #AA665F Coral Tree

📋 copy color: '#AA665F'

red 170 ◦ green 102 ◦ blue 95

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

Shades of Coral Tree #AA665F

Tints of Coral Tree #AA665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 46.32%
G = 27.79%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA665F (or 0xAA665F) is known color: Coral Tree. HEX triplet: AA, 66 and 5F. RGB value is (170,102,95). Sum of RGB (Red+Green+Blue) = 170+102+95=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665F is #5599A0. Grayscale: #797979. Windows color (decimal): -5609889 or 6252202. OLE color: 6252202.

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

Color convert

RGB 170 102 95 -
CMYK 0 0.4 0.44 0.33
HSL 5.6º 0.31% 0.52% -
HSV(B) 5.6º 0.44% 0.67% -
XYZ 23.39 18.88 13.24 -
YUV 121.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 170 102 95 0 0.4 0.44 0.33 5.6 0.31 0.52
Hex AA 66 5F 0 28 2C 21 6 1F 34
Octal 252 146 137 0 50 54 41 6 37 64
Binary 10101010 1100110 1011111 0 101000 101100 100001 110 11111 110100

Color Harmonies of #AA665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA665F

Black with #AA665F

Text Example


Text Example

White with #AA665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA665F; }

 p { color: rgb(170,102,95); }

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

background-color css

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

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

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

border-color css

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

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

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