Html Css Color HEX #AA645F Coral Tree

📋 copy color: '#AA645F'

red 170 ◦ green 100 ◦ blue 95

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

Shades of Coral Tree #AA645F

Tints of Coral Tree #AA645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 46.58%
G = 27.4%
B = 26.03%

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

#AA645F (or 0xAA645F) is known color: Coral Tree. HEX triplet: AA, 64 and 5F. RGB value is (170,100,95). Sum of RGB (Red+Green+Blue) = 170+100+95=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA645F is #559BA0. Grayscale: #787878. Windows color (decimal): -5610401 or 6251690. OLE color: 6251690.

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

Color convert

RGB 170 100 95 -
CMYK 0 0.41 0.44 0.33
HSL 0.31% 0.52% -
HSV(B) 0.44% 0.67% -
XYZ 23.2 18.49 13.17 -
YUV 120.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 170 100 95 0 0.41 0.44 0.33 4 0.31 0.52
Hex AA 64 5F 0 29 2C 21 4 1F 34
Octal 252 144 137 0 51 54 41 4 37 64
Binary 10101010 1100100 1011111 0 101001 101100 100001 100 11111 110100

Color Harmonies of #AA645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA645F

Black with #AA645F

Text Example


Text Example

White with #AA645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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