Html Css Color HEX #AC6B7A Turkish Rose

📋 copy color: '#AC6B7A'

red 172 ◦ green 107 ◦ blue 122

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

Shades of Turkish Rose #AC6B7A

Tints of Turkish Rose #AC6B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

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

R = 42.89%
G = 26.68%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC6B7A (or 0xAC6B7A) is known color: Turkish Rose. HEX triplet: AC, 6B and 7A. RGB value is (172,107,122). Sum of RGB (Red+Green+Blue) = 172+107+122=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B7A is #539485. Grayscale: #808080. Windows color (decimal): -5477510 or 8022956. OLE color: 8022956.

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

Color convert

RGB 172 107 122 -
CMYK 0 0.38 0.29 0.33
HSL 346.15º 0.28% 0.55% -
HSV(B) 346.15º 0.38% 0.67% -
XYZ 25.78 20.69 21.05 -
YUV 128.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 172 107 122 0 0.38 0.29 0.33 346.15 0.28 0.55
Hex AC 6B 7A 0 26 1D 21 15A 1C 37
Octal 254 153 172 0 46 35 41 532 34 67
Binary 10101100 1101011 1111010 0 100110 11101 100001 101011010 11100 110111

Color Harmonies of #AC6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B7A

Black with #AC6B7A

Text Example


Text Example

White with #AC6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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