Html Css Color HEX #AE7265 Coral Tree

📋 copy color: '#AE7265'

red 174 ◦ green 114 ◦ blue 101

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

Shades of Coral Tree #AE7265

Tints of Coral Tree #AE7265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 44.73%
G = 29.31%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE7265 (or 0xAE7265) is known color: Coral Tree. HEX triplet: AE, 72 and 65. RGB value is (174,114,101). Sum of RGB (Red+Green+Blue) = 174+114+101=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7265 is #518D9A. Grayscale: #828282. Windows color (decimal): -5344667 or 6648494. OLE color: 6648494.

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

Color convert

RGB 174 114 101 -
CMYK 0 0.34 0.42 0.32
HSL 10.68º 0.31% 0.54% -
HSV(B) 10.68º 0.42% 0.68% -
XYZ 25.82 21.97 15.19 -
YUV 130.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 174 114 101 0 0.34 0.42 0.32 10.68 0.31 0.54
Hex AE 72 65 0 22 2A 20 B 1F 36
Octal 256 162 145 0 42 52 40 13 37 66
Binary 10101110 1110010 1100101 0 100010 101010 100000 1011 11111 110110

Color Harmonies of #AE7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7265

Black with #AE7265

Text Example


Text Example

White with #AE7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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