Html Css Color HEX #AA6D5F Coral Tree

📋 copy color: '#AA6D5F'

red 170 ◦ green 109 ◦ blue 95

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

Shades of Coral Tree #AA6D5F

Tints of Coral Tree #AA6D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

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

R = 45.45%
G = 29.14%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA6D5F (or 0xAA6D5F) is known color: Coral Tree. HEX triplet: AA, 6D and 5F. RGB value is (170,109,95). Sum of RGB (Red+Green+Blue) = 170+109+95=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D5F is #5592A0. Grayscale: #7D7D7D. Windows color (decimal): -5608097 or 6253994. OLE color: 6253994.

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

Color convert

RGB 170 109 95 -
CMYK 0 0.36 0.44 0.33
HSL 11.2º 0.31% 0.52% -
HSV(B) 11.2º 0.44% 0.67% -
XYZ 24.11 20.31 13.48 -
YUV 125.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 170 109 95 0 0.36 0.44 0.33 11.2 0.31 0.52
Hex AA 6D 5F 0 24 2C 21 B 1F 34
Octal 252 155 137 0 44 54 41 13 37 64
Binary 10101010 1101101 1011111 0 100100 101100 100001 1011 11111 110100

Color Harmonies of #AA6D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D5F

Black with #AA6D5F

Text Example


Text Example

White with #AA6D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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