Html Css Color HEX #AA695D Coral Tree

📋 copy color: '#AA695D'

red 170 ◦ green 105 ◦ blue 93

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

Shades of Coral Tree #AA695D

Tints of Coral Tree #AA695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 46.2%
G = 28.53%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA695D (or 0xAA695D) is known color: Coral Tree. HEX triplet: AA, 69 and 5D. RGB value is (170,105,93). Sum of RGB (Red+Green+Blue) = 170+105+93=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA695D is #5596A2. Grayscale: #7B7B7B. Windows color (decimal): -5609123 or 6121898. OLE color: 6121898.

HSL color Cylindrical-coordinate representation of color #AA695D: hue angle of 9.35º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA695D is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 105 93 -
CMYK 0 0.38 0.45 0.33
HSL 9.35º 0.31% 0.52% -
HSV(B) 9.35º 0.45% 0.67% -
XYZ 23.6 19.44 12.86 -
YUV 123.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 170 105 93 0 0.38 0.45 0.33 9.35 0.31 0.52
Hex AA 69 5D 0 26 2D 21 9 1F 34
Octal 252 151 135 0 46 55 41 11 37 64
Binary 10101010 1101001 1011101 0 100110 101101 100001 1001 11111 110100

Color Harmonies of #AA695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA695D

Black with #AA695D

Text Example


Text Example

White with #AA695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA695D; }

 p { color: rgb(170,105,93); }

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

background-color css

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

 a { background-color: rgb(170,105,93); }

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

border-color css

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

 span { border-color: rgb(170,105,93); }

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