Html Css Color HEX #AE716A Coral Tree

📋 copy color: '#AE716A'

red 174 ◦ green 113 ◦ blue 106

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

Shades of Coral Tree #AE716A

Tints of Coral Tree #AE716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

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

R = 44.27%
G = 28.75%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE716A (or 0xAE716A) is known color: Coral Tree. HEX triplet: AE, 71 and 6A. RGB value is (174,113,106). Sum of RGB (Red+Green+Blue) = 174+113+106=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE716A is #518E95. Grayscale: #828282. Windows color (decimal): -5344918 or 6975918. OLE color: 6975918.

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

Color convert

RGB 174 113 106 -
CMYK 0 0.35 0.39 0.32
HSL 6.18º 0.3% 0.55% -
HSV(B) 6.18º 0.39% 0.68% -
XYZ 25.96 21.85 16.48 -
YUV 130.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 174 113 106 0 0.35 0.39 0.32 6.18 0.3 0.55
Hex AE 71 6A 0 23 27 20 6 1E 37
Octal 256 161 152 0 43 47 40 6 36 67
Binary 10101110 1110001 1101010 0 100011 100111 100000 110 11110 110111

Color Harmonies of #AE716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE716A

Black with #AE716A

Text Example


Text Example

White with #AE716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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