Html Css Color HEX #AC7075 Turkish Rose

📋 copy color: '#AC7075'

red 172 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #AC7075

Tints of Turkish Rose #AC7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

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

R = 42.89%
G = 27.93%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC7075 (or 0xAC7075) is known color: Turkish Rose. HEX triplet: AC, 70 and 75. RGB value is (172,112,117). Sum of RGB (Red+Green+Blue) = 172+112+117=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7075 is #538F8A. Grayscale: #828282. Windows color (decimal): -5476235 or 7696556. OLE color: 7696556.

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

Color convert

RGB 172 112 117 -
CMYK 0 0.35 0.32 0.33
HSL 355º 0.27% 0.56% -
HSV(B) 355º 0.35% 0.67% -
XYZ 26.02 21.64 19.64 -
YUV 130.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 172 112 117 0 0.35 0.32 0.33 355 0.27 0.56
Hex AC 70 75 0 23 20 21 163 1B 38
Octal 254 160 165 0 43 40 41 543 33 70
Binary 10101100 1110000 1110101 0 100011 100000 100001 101100011 11011 111000

Color Harmonies of #AC7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7075

Black with #AC7075

Text Example


Text Example

White with #AC7075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7075; }

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

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

background-color css

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

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

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

border-color css

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

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

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