Html Css Color HEX #AC6A64 Coral Tree

📋 copy color: '#AC6A64'

red 172 ◦ green 106 ◦ blue 100

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

Shades of Coral Tree #AC6A64

Tints of Coral Tree #AC6A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.04%

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

R = 45.5%
G = 28.04%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC6A64 (or 0xAC6A64) is known color: Coral Tree. HEX triplet: AC, 6A and 64. RGB value is (172,106,100). Sum of RGB (Red+Green+Blue) = 172+106+100=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A64 is #53959B. Grayscale: #7D7D7D. Windows color (decimal): -5477788 or 6580908. OLE color: 6580908.

HSL color Cylindrical-coordinate representation of color #AC6A64: hue angle of 5º 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 #AC6A64 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 106 100 -
CMYK 0 0.38 0.42 0.33
HSL 0.3% 0.53% -
HSV(B) 0.42% 0.67% -
XYZ 24.47 20 14.63 -
YUV 125.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 172 106 100 0 0.38 0.42 0.33 5 0.3 0.53
Hex AC 6A 64 0 26 2A 21 5 1E 35
Octal 254 152 144 0 46 52 41 5 36 65
Binary 10101100 1101010 1100100 0 100110 101010 100001 101 11110 110101

Color Harmonies of #AC6A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A64

Black with #AC6A64

Text Example


Text Example

White with #AC6A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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