Html Css Color HEX #AA6764 Coral Tree

📋 copy color: '#AA6764'

red 170 ◦ green 103 ◦ blue 100

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

Shades of Coral Tree #AA6764

Tints of Coral Tree #AA6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 45.58%
G = 27.61%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA6764 (or 0xAA6764) is known color: Coral Tree. HEX triplet: AA, 67 and 64. RGB value is (170,103,100). Sum of RGB (Red+Green+Blue) = 170+103+100=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6764 is #55989B. Grayscale: #7A7A7A. Windows color (decimal): -5609628 or 6580138. OLE color: 6580138.

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

Color convert

RGB 170 103 100 -
CMYK 0 0.39 0.41 0.33
HSL 2.57º 0.29% 0.53% -
HSV(B) 2.57º 0.41% 0.67% -
XYZ 23.73 19.17 14.51 -
YUV 122.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 170 103 100 0 0.39 0.41 0.33 2.57 0.29 0.53
Hex AA 67 64 0 27 29 21 3 1D 35
Octal 252 147 144 0 47 51 41 3 35 65
Binary 10101010 1100111 1100100 0 100111 101001 100001 11 11101 110101

Color Harmonies of #AA6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6764

Black with #AA6764

Text Example


Text Example

White with #AA6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6764; }

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

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

background-color css

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

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

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

border-color css

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

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

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