Html Css Color HEX #AC6260 Coral Tree

📋 copy color: '#AC6260'

red 172 ◦ green 98 ◦ blue 96

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

Shades of Coral Tree #AC6260

Tints of Coral Tree #AC6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 46.99%
G = 26.78%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC6260 (or 0xAC6260) is known color: Coral Tree. HEX triplet: AC, 62 and 60. RGB value is (172,98,96). Sum of RGB (Red+Green+Blue) = 172+98+96=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6260 is #539D9F. Grayscale: #777777. Windows color (decimal): -5479840 or 6316716. OLE color: 6316716.

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

Color convert

RGB 172 98 96 -
CMYK 0 0.43 0.44 0.33
HSL 1.58º 0.31% 0.53% -
HSV(B) 1.58º 0.44% 0.67% -
XYZ 23.49 18.35 13.37 -
YUV 119.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 172 98 96 0 0.43 0.44 0.33 1.58 0.31 0.53
Hex AC 62 60 0 2B 2C 21 2 1F 35
Octal 254 142 140 0 53 54 41 2 37 65
Binary 10101100 1100010 1100000 0 101011 101100 100001 10 11111 110101

Color Harmonies of #AC6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6260

Black with #AC6260

Text Example


Text Example

White with #AC6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6260; }

 p { color: rgb(172,98,96); }

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

background-color css

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

 a { background-color: rgb(172,98,96); }

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

border-color css

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

 span { border-color: rgb(172,98,96); }

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