Html Css Color HEX #AC5C5C Coral Tree

📋 copy color: '#AC5C5C'

red 172 ◦ green 92 ◦ blue 92

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

Shades of Coral Tree #AC5C5C

Tints of Coral Tree #AC5C5C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 48.31%
G = 25.84%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC5C5C (or 0xAC5C5C) is known color: Coral Tree. HEX triplet: AC, 5C and 5C. RGB value is (172,92,92). Sum of RGB (Red+Green+Blue) = 172+92+92=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C5C is #53A3A3. Grayscale: #747474. Windows color (decimal): -5481380 or 6053036. OLE color: 6053036.

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

Color convert

RGB 172 92 92 -
CMYK 0 0.47 0.47 0.33
HSL 0.33% 0.52% -
HSV(B) 0.47% 0.67% -
XYZ 22.77 17.2 12.24 -
YUV 115.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 172 92 92 0 0.47 0.47 0.33 0 0.33 0.52
Hex AC 5C 5C 0 2F 2F 21 0 21 34
Octal 254 134 134 0 57 57 41 0 41 64
Binary 10101100 1011100 1011100 0 101111 101111 100001 0 100001 110100

Color Harmonies of #AC5C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C5C

Black with #AC5C5C

Text Example


Text Example

White with #AC5C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C5C; }

 p { color: rgb(172,92,92); }

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

background-color css

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

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

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

border-color css

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

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

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