Html Css Color HEX #AC7575 Coral Tree

📋 copy color: '#AC7575'

red 172 ◦ green 117 ◦ blue 117

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

Shades of Coral Tree #AC7575

Tints of Coral Tree #AC7575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 42.36%
G = 28.82%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC7575 (or 0xAC7575) is known color: Coral Tree. HEX triplet: AC, 75 and 75. RGB value is (172,117,117). Sum of RGB (Red+Green+Blue) = 172+117+117=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7575 is #538A8A. Grayscale: #858585. Windows color (decimal): -5474955 or 7697836. OLE color: 7697836.

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

Color convert

RGB 172 117 117 -
CMYK 0 0.32 0.32 0.33
HSL 0.25% 0.57% -
HSV(B) 0.32% 0.67% -
XYZ 26.59 22.78 19.82 -
YUV 133.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 172 117 117 0 0.32 0.32 0.33 0 0.25 0.57
Hex AC 75 75 0 20 20 21 0 19 39
Octal 254 165 165 0 40 40 41 0 31 71
Binary 10101100 1110101 1110101 0 100000 100000 100001 0 11001 111001

Color Harmonies of #AC7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7575

Black with #AC7575

Text Example


Text Example

White with #AC7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7575; }

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

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

background-color css

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

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

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

border-color css

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

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

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