Html Css Color HEX #AE7267 Coral Tree

📋 copy color: '#AE7267'

red 174 ◦ green 114 ◦ blue 103

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

Shades of Coral Tree #AE7267

Tints of Coral Tree #AE7267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.34%

R = 44.5%
G = 29.16%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE7267 (or 0xAE7267) is known color: Coral Tree. HEX triplet: AE, 72 and 67. RGB value is (174,114,103). Sum of RGB (Red+Green+Blue) = 174+114+103=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7267 is #518D98. Grayscale: #828282. Windows color (decimal): -5344665 or 6779566. OLE color: 6779566.

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

Color convert

RGB 174 114 103 -
CMYK 0 0.34 0.41 0.32
HSL 9.3º 0.3% 0.54% -
HSV(B) 9.3º 0.41% 0.68% -
XYZ 25.92 22.01 15.71 -
YUV 130.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 174 114 103 0 0.34 0.41 0.32 9.3 0.3 0.54
Hex AE 72 67 0 22 29 20 9 1E 36
Octal 256 162 147 0 42 51 40 11 36 66
Binary 10101110 1110010 1100111 0 100010 101001 100000 1001 11110 110110

Color Harmonies of #AE7267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7267

Black with #AE7267

Text Example


Text Example

White with #AE7267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7267; }

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

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

background-color css

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

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

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

border-color css

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

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

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