Html Css Color HEX #AE766B Coral Tree

📋 copy color: '#AE766B'

red 174 ◦ green 118 ◦ blue 107

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

Shades of Coral Tree #AE766B

Tints of Coral Tree #AE766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.82%

R = 43.61%
G = 29.57%
B = 26.82%

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

#AE766B (or 0xAE766B) is known color: Coral Tree. HEX triplet: AE, 76 and 6B. RGB value is (174,118,107). Sum of RGB (Red+Green+Blue) = 174+118+107=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE766B is #518994. Grayscale: #858585. Windows color (decimal): -5343637 or 7042734. OLE color: 7042734.

HSL color Cylindrical-coordinate representation of color #AE766B: hue angle of 9.85º degrees, saturation: 0.29, 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 #AE766B is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 118 107 -
CMYK 0 0.32 0.39 0.32
HSL 9.85º 0.29% 0.55% -
HSV(B) 9.85º 0.39% 0.68% -
XYZ 26.59 23.02 16.95 -
YUV 133.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 174 118 107 0 0.32 0.39 0.32 9.85 0.29 0.55
Hex AE 76 6B 0 20 27 20 A 1D 37
Octal 256 166 153 0 40 47 40 12 35 67
Binary 10101110 1110110 1101011 0 100000 100111 100000 1010 11101 110111

Color Harmonies of #AE766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE766B

Black with #AE766B

Text Example


Text Example

White with #AE766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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