Html Css Color HEX #AC707B Turkish Rose

📋 copy color: '#AC707B'

red 172 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #AC707B

Tints of Turkish Rose #AC707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 42.26%
G = 27.52%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC707B (or 0xAC707B) is known color: Turkish Rose. HEX triplet: AC, 70 and 7B. RGB value is (172,112,123). Sum of RGB (Red+Green+Blue) = 172+112+123=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC707B is #538F84. Grayscale: #838383. Windows color (decimal): -5476229 or 8089772. OLE color: 8089772.

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

Color convert

RGB 172 112 123 -
CMYK 0 0.35 0.28 0.33
HSL 349º 0.27% 0.56% -
HSV(B) 349º 0.35% 0.67% -
XYZ 26.38 21.79 21.55 -
YUV 131.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 172 112 123 0 0.35 0.28 0.33 349 0.27 0.56
Hex AC 70 7B 0 23 1C 21 15D 1B 38
Octal 254 160 173 0 43 34 41 535 33 70
Binary 10101100 1110000 1111011 0 100011 11100 100001 101011101 11011 111000

Color Harmonies of #AC707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC707B

Black with #AC707B

Text Example


Text Example

White with #AC707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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