Html Css Color HEX #AE7264 Coral Tree

📋 copy color: '#AE7264'

red 174 ◦ green 114 ◦ blue 100

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

Shades of Coral Tree #AE7264

Tints of Coral Tree #AE7264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 44.85%
G = 29.38%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE7264 (or 0xAE7264) is known color: Coral Tree. HEX triplet: AE, 72 and 64. RGB value is (174,114,100). Sum of RGB (Red+Green+Blue) = 174+114+100=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7264 is #518D9B. Grayscale: #828282. Windows color (decimal): -5344668 or 6582958. OLE color: 6582958.

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

Color convert

RGB 174 114 100 -
CMYK 0 0.34 0.43 0.32
HSL 11.35º 0.31% 0.54% -
HSV(B) 11.35º 0.43% 0.68% -
XYZ 25.77 21.95 14.94 -
YUV 130.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 174 114 100 0 0.34 0.43 0.32 11.35 0.31 0.54
Hex AE 72 64 0 22 2B 20 B 1F 36
Octal 256 162 144 0 42 53 40 13 37 66
Binary 10101110 1110010 1100100 0 100010 101011 100000 1011 11111 110110

Color Harmonies of #AE7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7264

Black with #AE7264

Text Example


Text Example

White with #AE7264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7264; }

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

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

background-color css

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

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

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

border-color css

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

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

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