Html Css Color HEX #AC6D7B Turkish Rose

📋 copy color: '#AC6D7B'

red 172 ◦ green 109 ◦ blue 123

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

Shades of Turkish Rose #AC6D7B

Tints of Turkish Rose #AC6D7B

RGB

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

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

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

R = 42.57%
G = 26.98%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC6D7B (or 0xAC6D7B) is known color: Turkish Rose. HEX triplet: AC, 6D and 7B. RGB value is (172,109,123). Sum of RGB (Red+Green+Blue) = 172+109+123=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D7B is #539284. Grayscale: #818181. Windows color (decimal): -5476997 or 8089004. OLE color: 8089004.

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

Color convert

RGB 172 109 123 -
CMYK 0 0.37 0.28 0.33
HSL 346.67º 0.28% 0.55% -
HSV(B) 346.67º 0.37% 0.67% -
XYZ 26.06 21.14 21.45 -
YUV 129.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 172 109 123 0 0.37 0.28 0.33 346.67 0.28 0.55
Hex AC 6D 7B 0 25 1C 21 15B 1C 37
Octal 254 155 173 0 45 34 41 533 34 67
Binary 10101100 1101101 1111011 0 100101 11100 100001 101011011 11100 110111

Color Harmonies of #AC6D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D7B

Black with #AC6D7B

Text Example


Text Example

White with #AC6D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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