Html Css Color HEX #AE695D Coral Tree

📋 copy color: '#AE695D'

red 174 ◦ green 105 ◦ blue 93

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

Shades of Coral Tree #AE695D

Tints of Coral Tree #AE695D

RGB

 RED value IS 174 (68.36% from 255) = 46.77%

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

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

R = 46.77%
G = 28.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE695D (or 0xAE695D) is known color: Coral Tree. HEX triplet: AE, 69 and 5D. RGB value is (174,105,93). Sum of RGB (Red+Green+Blue) = 174+105+93=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE695D is #5196A2. Grayscale: #7C7C7C. Windows color (decimal): -5346979 or 6121902. OLE color: 6121902.

HSL color Cylindrical-coordinate representation of color #AE695D: hue angle of 8.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE695D is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 93 -
CMYK 0 0.40 0.47 0.32
HSL 8.89º 0.33% 0.52% -
HSV(B) 8.89º 0.47% 0.68% -
XYZ 24.48 19.89 12.91 -
YUV 124.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 174 105 93 0 0.40 0.47 0.32 8.89 0.33 0.52
Hex AE 69 5D 0 28 2F 20 9 21 34
Octal 256 151 135 0 50 57 40 11 41 64
Binary 10101110 1101001 1011101 0 101000 101111 100000 1001 100001 110100

Color Harmonies of #AE695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE695D

Black with #AE695D

Text Example


Text Example

White with #AE695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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