Html Css Color HEX #AA7163 Coral Tree

📋 copy color: '#AA7163'

red 170 ◦ green 113 ◦ blue 99

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

Shades of Coral Tree #AA7163

Tints of Coral Tree #AA7163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 99 (39.06% from 255) = 25.92%

R = 44.5%
G = 29.58%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA7163 (or 0xAA7163) is known color: Coral Tree. HEX triplet: AA, 71 and 63. RGB value is (170,113,99). Sum of RGB (Red+Green+Blue) = 170+113+99=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7163 is #558E9C. Grayscale: #808080. Windows color (decimal): -5607069 or 6517162. OLE color: 6517162.

HSL color Cylindrical-coordinate representation of color #AA7163: hue angle of 11.83º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7163 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 99 -
CMYK 0 0.34 0.42 0.33
HSL 11.83º 0.29% 0.53% -
HSV(B) 11.83º 0.42% 0.67% -
XYZ 24.73 21.26 14.6 -
YUV 128.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 170 113 99 0 0.34 0.42 0.33 11.83 0.29 0.53
Hex AA 71 63 0 22 2A 21 C 1D 35
Octal 252 161 143 0 42 52 41 14 35 65
Binary 10101010 1110001 1100011 0 100010 101010 100001 1100 11101 110101

Color Harmonies of #AA7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7163

Black with #AA7163

Text Example


Text Example

White with #AA7163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7163; }

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

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

background-color css

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

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

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

border-color css

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

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

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