Html Css Color HEX #AC6C7A Turkish Rose

📋 copy color: '#AC6C7A'

red 172 ◦ green 108 ◦ blue 122

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

Shades of Turkish Rose #AC6C7A

Tints of Turkish Rose #AC6C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

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

R = 42.79%
G = 26.87%
B = 30.35%

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

#AC6C7A (or 0xAC6C7A) is known color: Turkish Rose. HEX triplet: AC, 6C and 7A. RGB value is (172,108,122). Sum of RGB (Red+Green+Blue) = 172+108+122=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C7A is #539385. Grayscale: #808080. Windows color (decimal): -5477254 or 8023212. OLE color: 8023212.

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

Color convert

RGB 172 108 122 -
CMYK 0 0.37 0.29 0.33
HSL 346.88º 0.28% 0.55% -
HSV(B) 346.88º 0.37% 0.67% -
XYZ 25.89 20.9 21.08 -
YUV 128.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 172 108 122 0 0.37 0.29 0.33 346.88 0.28 0.55
Hex AC 6C 7A 0 25 1D 21 15B 1C 37
Octal 254 154 172 0 45 35 41 533 34 67
Binary 10101100 1101100 1111010 0 100101 11101 100001 101011011 11100 110111

Color Harmonies of #AC6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C7A

Black with #AC6C7A

Text Example


Text Example

White with #AC6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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