Html Css Color HEX #AA6765 Coral Tree

📋 copy color: '#AA6765'

red 170 ◦ green 103 ◦ blue 101

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

Shades of Coral Tree #AA6765

Tints of Coral Tree #AA6765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 45.45%
G = 27.54%
B = 27.01%

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

#AA6765 (or 0xAA6765) is known color: Coral Tree. HEX triplet: AA, 67 and 65. RGB value is (170,103,101). Sum of RGB (Red+Green+Blue) = 170+103+101=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6765 is #55989A. Grayscale: #7A7A7A. Windows color (decimal): -5609627 or 6645674. OLE color: 6645674.

HSL color Cylindrical-coordinate representation of color #AA6765: hue angle of 1.74º 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 #AA6765 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 101 -
CMYK 0 0.39 0.41 0.33
HSL 1.74º 0.29% 0.53% -
HSV(B) 1.74º 0.41% 0.67% -
XYZ 23.78 19.19 14.76 -
YUV 122.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 170 103 101 0 0.39 0.41 0.33 1.74 0.29 0.53
Hex AA 67 65 0 27 29 21 2 1D 35
Octal 252 147 145 0 47 51 41 2 35 65
Binary 10101010 1100111 1100101 0 100111 101001 100001 10 11101 110101

Color Harmonies of #AA6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6765

Black with #AA6765

Text Example


Text Example

White with #AA6765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6765; }

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

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

background-color css

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

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

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

border-color css

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

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

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