Html Css Color HEX #AC7264 Coral Tree

📋 copy color: '#AC7264'

red 172 ◦ green 114 ◦ blue 100

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

Shades of Coral Tree #AC7264

Tints of Coral Tree #AC7264

RGB

 RED value IS 172 (67.58% from 255) = 44.56%

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

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

R = 44.56%
G = 29.53%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC7264 (or 0xAC7264) is known color: Coral Tree. HEX triplet: AC, 72 and 64. RGB value is (172,114,100). Sum of RGB (Red+Green+Blue) = 172+114+100=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7264 is #538D9B. Grayscale: #818181. Windows color (decimal): -5475740 or 6582956. OLE color: 6582956.

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

Color convert

RGB 172 114 100 -
CMYK 0 0.34 0.42 0.33
HSL 11.67º 0.3% 0.53% -
HSV(B) 11.67º 0.42% 0.67% -
XYZ 25.33 21.73 14.91 -
YUV 129.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 172 114 100 0 0.34 0.42 0.33 11.67 0.3 0.53
Hex AC 72 64 0 22 2A 21 C 1E 35
Octal 254 162 144 0 42 52 41 14 36 65
Binary 10101100 1110010 1100100 0 100010 101010 100001 1100 11110 110101

Color Harmonies of #AC7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7264

Black with #AC7264

Text Example


Text Example

White with #AC7264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7264; }

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

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

background-color css

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

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

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

border-color css

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

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

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