Html Css Color HEX #AE725F Coral Tree

📋 copy color: '#AE725F'

red 174 ◦ green 114 ◦ blue 95

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

Shades of Coral Tree #AE725F

Tints of Coral Tree #AE725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 45.43%
G = 29.77%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE725F (or 0xAE725F) is known color: Coral Tree. HEX triplet: AE, 72 and 5F. RGB value is (174,114,95). Sum of RGB (Red+Green+Blue) = 174+114+95=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE725F is #518DA0. Grayscale: #818181. Windows color (decimal): -5344673 or 6255278. OLE color: 6255278.

HSL color Cylindrical-coordinate representation of color #AE725F: hue angle of 14.43º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE725F is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 95 -
CMYK 0 0.34 0.45 0.32
HSL 14.43º 0.33% 0.53% -
HSV(B) 14.43º 0.45% 0.68% -
XYZ 25.54 21.86 13.7 -
YUV 129.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 174 114 95 0 0.34 0.45 0.32 14.43 0.33 0.53
Hex AE 72 5F 0 22 2D 20 E 21 35
Octal 256 162 137 0 42 55 40 16 41 65
Binary 10101110 1110010 1011111 0 100010 101101 100000 1110 100001 110101

Color Harmonies of #AE725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE725F

Black with #AE725F

Text Example


Text Example

White with #AE725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE725F; }

 p { color: rgb(174,114,95); }

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

background-color css

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

 a { background-color: rgb(174,114,95); }

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

border-color css

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

 span { border-color: rgb(174,114,95); }

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