Html Css Color HEX #AE766C Coral Tree

📋 copy color: '#AE766C'

red 174 ◦ green 118 ◦ blue 108

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

Shades of Coral Tree #AE766C

Tints of Coral Tree #AE766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

 BLUE value IS 108 (42.58% from 255) = 27%

R = 43.5%
G = 29.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE766C (or 0xAE766C) is known color: Coral Tree. HEX triplet: AE, 76 and 6C. RGB value is (174,118,108). Sum of RGB (Red+Green+Blue) = 174+118+108=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE766C is #518993. Grayscale: #858585. Windows color (decimal): -5343636 or 7108270. OLE color: 7108270.

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

Color convert

RGB 174 118 108 -
CMYK 0 0.32 0.38 0.32
HSL 9.09º 0.29% 0.55% -
HSV(B) 9.09º 0.38% 0.68% -
XYZ 26.64 23.04 17.23 -
YUV 133.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 174 118 108 0 0.32 0.38 0.32 9.09 0.29 0.55
Hex AE 76 6C 0 20 26 20 9 1D 37
Octal 256 166 154 0 40 46 40 11 35 67
Binary 10101110 1110110 1101100 0 100000 100110 100000 1001 11101 110111

Color Harmonies of #AE766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE766C

Black with #AE766C

Text Example


Text Example

White with #AE766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE766C; }

 p { color: rgb(174,118,108); }

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

background-color css

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

 a { background-color: rgb(174,118,108); }

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

border-color css

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

 span { border-color: rgb(174,118,108); }

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