Html Css Color HEX #AE6965 Coral Tree

📋 copy color: '#AE6965'

red 174 ◦ green 105 ◦ blue 101

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

Shades of Coral Tree #AE6965

Tints of Coral Tree #AE6965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 45.79%
G = 27.63%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE6965 (or 0xAE6965) is known color: Coral Tree. HEX triplet: AE, 69 and 65. RGB value is (174,105,101). Sum of RGB (Red+Green+Blue) = 174+105+101=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6965 is #51969A. Grayscale: #7D7D7D. Windows color (decimal): -5346971 or 6646190. OLE color: 6646190.

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

Color convert

RGB 174 105 101 -
CMYK 0 0.40 0.42 0.32
HSL 3.29º 0.31% 0.54% -
HSV(B) 3.29º 0.42% 0.68% -
XYZ 24.86 20.04 14.87 -
YUV 125.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 174 105 101 0 0.40 0.42 0.32 3.29 0.31 0.54
Hex AE 69 65 0 28 2A 20 3 1F 36
Octal 256 151 145 0 50 52 40 3 37 66
Binary 10101110 1101001 1100101 0 101000 101010 100000 11 11111 110110

Color Harmonies of #AE6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6965

Black with #AE6965

Text Example


Text Example

White with #AE6965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6965; }

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

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

background-color css

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

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

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

border-color css

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

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

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