Html Css Color HEX #AC7D7E Turkish Rose

📋 copy color: '#AC7D7E'

red 172 ◦ green 125 ◦ blue 126

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

Shades of Turkish Rose #AC7D7E

Tints of Turkish Rose #AC7D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 40.66%
G = 29.55%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC7D7E (or 0xAC7D7E) is known color: Turkish Rose. HEX triplet: AC, 7D and 7E. RGB value is (172,125,126). Sum of RGB (Red+Green+Blue) = 172+125+126=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D7E is #538281. Grayscale: #8B8B8B. Windows color (decimal): -5472898 or 8289708. OLE color: 8289708.

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

Color convert

RGB 172 125 126 -
CMYK 0 0.27 0.27 0.33
HSL 358.72º 0.22% 0.58% -
HSV(B) 358.72º 0.27% 0.67% -
XYZ 28.11 24.94 23.07 -
YUV 139.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 172 125 126 0 0.27 0.27 0.33 358.72 0.22 0.58
Hex AC 7D 7E 0 1B 1B 21 167 16 3A
Octal 254 175 176 0 33 33 41 547 26 72
Binary 10101100 1111101 1111110 0 11011 11011 100001 101100111 10110 111010

Color Harmonies of #AC7D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D7E

Black with #AC7D7E

Text Example


Text Example

White with #AC7D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D7E; }

 p { color: rgb(172,125,126); }

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

background-color css

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

 a { background-color: rgb(172,125,126); }

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

border-color css

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

 span { border-color: rgb(172,125,126); }

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