Html Css Color HEX #AE695C Coral Tree

📋 copy color: '#AE695C'

red 174 ◦ green 105 ◦ blue 92

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

Shades of Coral Tree #AE695C

Tints of Coral Tree #AE695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 46.9%
G = 28.3%
B = 24.8%

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

#AE695C (or 0xAE695C) is known color: Coral Tree. HEX triplet: AE, 69 and 5C. RGB value is (174,105,92). Sum of RGB (Red+Green+Blue) = 174+105+92=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE695C is #5196A3. Grayscale: #7C7C7C. Windows color (decimal): -5346980 or 6056366. OLE color: 6056366.

HSL color Cylindrical-coordinate representation of color #AE695C: hue angle of 9.51º degrees, saturation: 0.34, 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 #AE695C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 92 -
CMYK 0 0.40 0.47 0.32
HSL 9.51º 0.34% 0.52% -
HSV(B) 9.51º 0.47% 0.68% -
XYZ 24.44 19.87 12.67 -
YUV 124.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 174 105 92 0 0.40 0.47 0.32 9.51 0.34 0.52
Hex AE 69 5C 0 28 2F 20 A 22 34
Octal 256 151 134 0 50 57 40 12 42 64
Binary 10101110 1101001 1011100 0 101000 101111 100000 1010 100010 110100

Color Harmonies of #AE695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE695C

Black with #AE695C

Text Example


Text Example

White with #AE695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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