Html Css Color HEX #AA635F Coral Tree

📋 copy color: '#AA635F'

red 170 ◦ green 99 ◦ blue 95

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

Shades of Coral Tree #AA635F

Tints of Coral Tree #AA635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

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

R = 46.7%
G = 27.2%
B = 26.1%

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

#AA635F (or 0xAA635F) is known color: Coral Tree. HEX triplet: AA, 63 and 5F. RGB value is (170,99,95). Sum of RGB (Red+Green+Blue) = 170+99+95=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA635F is #559CA0. Grayscale: #777777. Windows color (decimal): -5610657 or 6251434. OLE color: 6251434.

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

Color convert

RGB 170 99 95 -
CMYK 0 0.42 0.44 0.33
HSL 3.2º 0.31% 0.52% -
HSV(B) 3.2º 0.44% 0.67% -
XYZ 23.1 18.3 13.14 -
YUV 119.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 170 99 95 0 0.42 0.44 0.33 3.2 0.31 0.52
Hex AA 63 5F 0 2A 2C 21 3 1F 34
Octal 252 143 137 0 52 54 41 3 37 64
Binary 10101010 1100011 1011111 0 101010 101100 100001 11 11111 110100

Color Harmonies of #AA635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA635F

Black with #AA635F

Text Example


Text Example

White with #AA635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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