Html Css Color HEX #AA625F Coral Tree

📋 copy color: '#AA625F'

red 170 ◦ green 98 ◦ blue 95

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

Shades of Coral Tree #AA625F

Tints of Coral Tree #AA625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

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

R = 46.83%
G = 27%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA625F (or 0xAA625F) is known color: Coral Tree. HEX triplet: AA, 62 and 5F. RGB value is (170,98,95). Sum of RGB (Red+Green+Blue) = 170+98+95=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA625F is #559DA0. Grayscale: #777777. Windows color (decimal): -5610913 or 6251178. OLE color: 6251178.

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

Color convert

RGB 170 98 95 -
CMYK 0 0.42 0.44 0.33
HSL 2.4º 0.31% 0.52% -
HSV(B) 2.4º 0.44% 0.67% -
XYZ 23.01 18.11 13.11 -
YUV 119.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 170 98 95 0 0.42 0.44 0.33 2.4 0.31 0.52
Hex AA 62 5F 0 2A 2C 21 2 1F 34
Octal 252 142 137 0 52 54 41 2 37 64
Binary 10101010 1100010 1011111 0 101010 101100 100001 10 11111 110100

Color Harmonies of #AA625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA625F

Black with #AA625F

Text Example


Text Example

White with #AA625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA625F; }

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

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

background-color css

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

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

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

border-color css

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

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

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