Html Css Color HEX #AC6D7A Turkish Rose

📋 copy color: '#AC6D7A'

red 172 ◦ green 109 ◦ blue 122

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

Shades of Turkish Rose #AC6D7A

Tints of Turkish Rose #AC6D7A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

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

R = 42.68%
G = 27.05%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC6D7A (or 0xAC6D7A) is known color: Turkish Rose. HEX triplet: AC, 6D and 7A. RGB value is (172,109,122). Sum of RGB (Red+Green+Blue) = 172+109+122=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D7A is #539285. Grayscale: #818181. Windows color (decimal): -5476998 or 8023468. OLE color: 8023468.

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

Color convert

RGB 172 109 122 -
CMYK 0 0.37 0.29 0.33
HSL 347.62º 0.28% 0.55% -
HSV(B) 347.62º 0.37% 0.67% -
XYZ 25.99 21.11 21.12 -
YUV 129.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 172 109 122 0 0.37 0.29 0.33 347.62 0.28 0.55
Hex AC 6D 7A 0 25 1D 21 15C 1C 37
Octal 254 155 172 0 45 35 41 534 34 67
Binary 10101100 1101101 1111010 0 100101 11101 100001 101011100 11100 110111

Color Harmonies of #AC6D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D7A

Black with #AC6D7A

Text Example


Text Example

White with #AC6D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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