Html Css Color HEX #AA655F Coral Tree

📋 copy color: '#AA655F'

red 170 ◦ green 101 ◦ blue 95

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

Shades of Coral Tree #AA655F

Tints of Coral Tree #AA655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 46.45%
G = 27.6%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA655F (or 0xAA655F) is known color: Coral Tree. HEX triplet: AA, 65 and 5F. RGB value is (170,101,95). Sum of RGB (Red+Green+Blue) = 170+101+95=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA655F is #559AA0. Grayscale: #797979. Windows color (decimal): -5610145 or 6251946. OLE color: 6251946.

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

Color convert

RGB 170 101 95 -
CMYK 0 0.41 0.44 0.33
HSL 4.8º 0.31% 0.52% -
HSV(B) 4.8º 0.44% 0.67% -
XYZ 23.3 18.68 13.2 -
YUV 120.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 170 101 95 0 0.41 0.44 0.33 4.8 0.31 0.52
Hex AA 65 5F 0 29 2C 21 5 1F 34
Octal 252 145 137 0 51 54 41 5 37 64
Binary 10101010 1100101 1011111 0 101001 101100 100001 101 11111 110100

Color Harmonies of #AA655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA655F

Black with #AA655F

Text Example


Text Example

White with #AA655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA655F; }

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

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

background-color css

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

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

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

border-color css

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

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

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