Html Css Color HEX #AE6F6E Coral Tree

📋 copy color: '#AE6F6E'

red 174 ◦ green 111 ◦ blue 110

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

Shades of Coral Tree #AE6F6E

Tints of Coral Tree #AE6F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 44.05%
G = 28.1%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE6F6E (or 0xAE6F6E) is known color: Coral Tree. HEX triplet: AE, 6F and 6E. RGB value is (174,111,110). Sum of RGB (Red+Green+Blue) = 174+111+110=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F6E is #519091. Grayscale: #818181. Windows color (decimal): -5345426 or 7237550. OLE color: 7237550.

HSL color Cylindrical-coordinate representation of color #AE6F6E: hue angle of 0.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6F6E is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 111 110 -
CMYK 0 0.36 0.37 0.32
HSL 0.94º 0.28% 0.56% -
HSV(B) 0.94º 0.37% 0.68% -
XYZ 25.95 21.49 17.53 -
YUV 129.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 174 111 110 0 0.36 0.37 0.32 0.94 0.28 0.56
Hex AE 6F 6E 0 24 25 20 1 1C 38
Octal 256 157 156 0 44 45 40 1 34 70
Binary 10101110 1101111 1101110 0 100100 100101 100000 1 11100 111000

Color Harmonies of #AE6F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F6E

Black with #AE6F6E

Text Example


Text Example

White with #AE6F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F6E; }

 p { color: rgb(174,111,110); }

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

background-color css

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

 a { background-color: rgb(174,111,110); }

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

border-color css

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

 span { border-color: rgb(174,111,110); }

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