Html Css Color HEX #AE6962 Coral Tree

📋 copy color: '#AE6962'

red 174 ◦ green 105 ◦ blue 98

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

Shades of Coral Tree #AE6962

Tints of Coral Tree #AE6962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.99%

R = 46.15%
G = 27.85%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE6962 (or 0xAE6962) is known color: Coral Tree. HEX triplet: AE, 69 and 62. RGB value is (174,105,98). Sum of RGB (Red+Green+Blue) = 174+105+98=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6962 is #51969D. Grayscale: #7C7C7C. Windows color (decimal): -5346974 or 6449582. OLE color: 6449582.

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

Color convert

RGB 174 105 98 -
CMYK 0 0.40 0.44 0.32
HSL 5.53º 0.32% 0.53% -
HSV(B) 5.53º 0.44% 0.68% -
XYZ 24.71 19.98 14.11 -
YUV 124.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 174 105 98 0 0.40 0.44 0.32 5.53 0.32 0.53
Hex AE 69 62 0 28 2C 20 6 20 35
Octal 256 151 142 0 50 54 40 6 40 65
Binary 10101110 1101001 1100010 0 101000 101100 100000 110 100000 110101

Color Harmonies of #AE6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6962

Black with #AE6962

Text Example


Text Example

White with #AE6962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6962; }

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

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

background-color css

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

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

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

border-color css

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

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

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