Html Css Color HEX #AE6A68 Coral Tree

📋 copy color: '#AE6A68'

red 174 ◦ green 106 ◦ blue 104

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

Shades of Coral Tree #AE6A68

Tints of Coral Tree #AE6A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 45.31%
G = 27.6%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE6A68 (or 0xAE6A68) is known color: Coral Tree. HEX triplet: AE, 6A and 68. RGB value is (174,106,104). Sum of RGB (Red+Green+Blue) = 174+106+104=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A68 is #519597. Grayscale: #7E7E7E. Windows color (decimal): -5346712 or 6843054. OLE color: 6843054.

HSL color Cylindrical-coordinate representation of color #AE6A68: hue angle of 1.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6A68 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 106 104 -
CMYK 0 0.39 0.40 0.32
HSL 1.71º 0.3% 0.55% -
HSV(B) 1.71º 0.4% 0.68% -
XYZ 25.11 20.31 15.69 -
YUV 126.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 174 106 104 0 0.39 0.40 0.32 1.71 0.3 0.55
Hex AE 6A 68 0 27 28 20 2 1E 37
Octal 256 152 150 0 47 50 40 2 36 67
Binary 10101110 1101010 1101000 0 100111 101000 100000 10 11110 110111

Color Harmonies of #AE6A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6A68

Black with #AE6A68

Text Example


Text Example

White with #AE6A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6A68; }

 p { color: rgb(174,106,104); }

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

background-color css

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

 a { background-color: rgb(174,106,104); }

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

border-color css

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

 span { border-color: rgb(174,106,104); }

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