Html Css Color HEX #AE766A Coral Tree

📋 copy color: '#AE766A'

red 174 ◦ green 118 ◦ blue 106

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

Shades of Coral Tree #AE766A

Tints of Coral Tree #AE766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 43.72%
G = 29.65%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE766A (or 0xAE766A) is known color: Coral Tree. HEX triplet: AE, 76 and 6A. RGB value is (174,118,106). Sum of RGB (Red+Green+Blue) = 174+118+106=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE766A is #518995. Grayscale: #858585. Windows color (decimal): -5343638 or 6977198. OLE color: 6977198.

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

Color convert

RGB 174 118 106 -
CMYK 0 0.32 0.39 0.32
HSL 10.59º 0.3% 0.55% -
HSV(B) 10.59º 0.39% 0.68% -
XYZ 26.54 23 16.68 -
YUV 133.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 174 118 106 0 0.32 0.39 0.32 10.59 0.3 0.55
Hex AE 76 6A 0 20 27 20 B 1E 37
Octal 256 166 152 0 40 47 40 13 36 67
Binary 10101110 1110110 1101010 0 100000 100111 100000 1011 11110 110111

Color Harmonies of #AE766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE766A

Black with #AE766A

Text Example


Text Example

White with #AE766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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