Html Css Color HEX #AA665E Coral Tree

📋 copy color: '#AA665E'

red 170 ◦ green 102 ◦ blue 94

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

Shades of Coral Tree #AA665E

Tints of Coral Tree #AA665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 46.45%
G = 27.87%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA665E (or 0xAA665E) is known color: Coral Tree. HEX triplet: AA, 66 and 5E. RGB value is (170,102,94). Sum of RGB (Red+Green+Blue) = 170+102+94=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665E is #5599A1. Grayscale: #797979. Windows color (decimal): -5609890 or 6186666. OLE color: 6186666.

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

Color convert

RGB 170 102 94 -
CMYK 0 0.4 0.45 0.33
HSL 6.32º 0.31% 0.52% -
HSV(B) 6.32º 0.45% 0.67% -
XYZ 23.35 18.86 13 -
YUV 121.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 170 102 94 0 0.4 0.45 0.33 6.32 0.31 0.52
Hex AA 66 5E 0 28 2D 21 6 1F 34
Octal 252 146 136 0 50 55 41 6 37 64
Binary 10101010 1100110 1011110 0 101000 101101 100001 110 11111 110100

Color Harmonies of #AA665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA665E

Black with #AA665E

Text Example


Text Example

White with #AA665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA665E; }

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

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

background-color css

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

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

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

border-color css

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

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

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