Html Css Color HEX #AC7378 Turkish Rose

📋 copy color: '#AC7378'

red 172 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #AC7378

Tints of Turkish Rose #AC7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 42.26%
G = 28.26%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7378 (or 0xAC7378) is known color: Turkish Rose. HEX triplet: AC, 73 and 78. RGB value is (172,115,120). Sum of RGB (Red+Green+Blue) = 172+115+120=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7378 is #538C87. Grayscale: #848484. Windows color (decimal): -5475464 or 7893932. OLE color: 7893932.

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

Color convert

RGB 172 115 120 -
CMYK 0 0.33 0.30 0.33
HSL 354.74º 0.26% 0.56% -
HSV(B) 354.74º 0.33% 0.67% -
XYZ 26.53 22.39 20.69 -
YUV 132.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 172 115 120 0 0.33 0.30 0.33 354.74 0.26 0.56
Hex AC 73 78 0 21 1E 21 163 1A 38
Octal 254 163 170 0 41 36 41 543 32 70
Binary 10101100 1110011 1111000 0 100001 11110 100001 101100011 11010 111000

Color Harmonies of #AC7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7378

Black with #AC7378

Text Example


Text Example

White with #AC7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7378; }

 p { color: rgb(172,115,120); }

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

background-color css

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

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

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

border-color css

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

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

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