Html Css Color HEX #AA7168 Coral Tree

📋 copy color: '#AA7168'

red 170 ◦ green 113 ◦ blue 104

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

Shades of Coral Tree #AA7168

Tints of Coral Tree #AA7168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 43.93%
G = 29.2%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA7168 (or 0xAA7168) is known color: Coral Tree. HEX triplet: AA, 71 and 68. RGB value is (170,113,104). Sum of RGB (Red+Green+Blue) = 170+113+104=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7168 is #558E97. Grayscale: #818181. Windows color (decimal): -5607064 or 6844842. OLE color: 6844842.

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

Color convert

RGB 170 113 104 -
CMYK 0 0.34 0.39 0.33
HSL 8.18º 0.28% 0.54% -
HSV(B) 8.18º 0.39% 0.67% -
XYZ 24.98 21.36 15.9 -
YUV 129.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 170 113 104 0 0.34 0.39 0.33 8.18 0.28 0.54
Hex AA 71 68 0 22 27 21 8 1C 36
Octal 252 161 150 0 42 47 41 10 34 66
Binary 10101010 1110001 1101000 0 100010 100111 100001 1000 11100 110110

Color Harmonies of #AA7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7168

Black with #AA7168

Text Example


Text Example

White with #AA7168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7168; }

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

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

background-color css

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

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

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

border-color css

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

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

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