Html Css Color HEX #AC6F7A Turkish Rose

📋 copy color: '#AC6F7A'

red 172 ◦ green 111 ◦ blue 122

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

Shades of Turkish Rose #AC6F7A

Tints of Turkish Rose #AC6F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 42.47%
G = 27.41%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC6F7A (or 0xAC6F7A) is known color: Turkish Rose. HEX triplet: AC, 6F and 7A. RGB value is (172,111,122). Sum of RGB (Red+Green+Blue) = 172+111+122=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F7A is #539085. Grayscale: #828282. Windows color (decimal): -5476486 or 8023980. OLE color: 8023980.

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

Color convert

RGB 172 111 122 -
CMYK 0 0.35 0.29 0.33
HSL 349.18º 0.27% 0.55% -
HSV(B) 349.18º 0.35% 0.67% -
XYZ 26.21 21.54 21.19 -
YUV 130.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 172 111 122 0 0.35 0.29 0.33 349.18 0.27 0.55
Hex AC 6F 7A 0 23 1D 21 15D 1B 37
Octal 254 157 172 0 43 35 41 535 33 67
Binary 10101100 1101111 1111010 0 100011 11101 100001 101011101 11011 110111

Color Harmonies of #AC6F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F7A

Black with #AC6F7A

Text Example


Text Example

White with #AC6F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F7A; }

 p { color: rgb(172,111,122); }

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

background-color css

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

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

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

border-color css

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

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

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