Html Css Color HEX #AC7268 Coral Tree

📋 copy color: '#AC7268'

red 172 ◦ green 114 ◦ blue 104

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

Shades of Coral Tree #AC7268

Tints of Coral Tree #AC7268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.67%

R = 44.1%
G = 29.23%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC7268 (or 0xAC7268) is known color: Coral Tree. HEX triplet: AC, 72 and 68. RGB value is (172,114,104). Sum of RGB (Red+Green+Blue) = 172+114+104=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7268 is #538D97. Grayscale: #828282. Windows color (decimal): -5475736 or 6845100. OLE color: 6845100.

HSL color Cylindrical-coordinate representation of color #AC7268: hue angle of 8.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7268 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 114 104 -
CMYK 0 0.34 0.40 0.33
HSL 8.82º 0.29% 0.54% -
HSV(B) 8.82º 0.4% 0.67% -
XYZ 25.53 21.8 15.96 -
YUV 130.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 172 114 104 0 0.34 0.40 0.33 8.82 0.29 0.54
Hex AC 72 68 0 22 28 21 9 1D 36
Octal 254 162 150 0 42 50 41 11 35 66
Binary 10101100 1110010 1101000 0 100010 101000 100001 1001 11101 110110

Color Harmonies of #AC7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7268

Black with #AC7268

Text Example


Text Example

White with #AC7268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7268; }

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

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

background-color css

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

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

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

border-color css

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

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

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