Html Css Color HEX #AC7B7C Turkish Rose

📋 copy color: '#AC7B7C'

red 172 ◦ green 123 ◦ blue 124

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

Shades of Turkish Rose #AC7B7C

Tints of Turkish Rose #AC7B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.36%

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 41.05%
G = 29.36%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC7B7C (or 0xAC7B7C) is known color: Turkish Rose. HEX triplet: AC, 7B and 7C. RGB value is (172,123,124). Sum of RGB (Red+Green+Blue) = 172+123+124=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B7C is #538483. Grayscale: #898989. Windows color (decimal): -5473412 or 8158124. OLE color: 8158124.

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

Color convert

RGB 172 123 124 -
CMYK 0 0.28 0.28 0.33
HSL 358.78º 0.23% 0.58% -
HSV(B) 358.78º 0.28% 0.67% -
XYZ 27.73 24.39 22.32 -
YUV 137.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 172 123 124 0 0.28 0.28 0.33 358.78 0.23 0.58
Hex AC 7B 7C 0 1C 1C 21 167 17 3A
Octal 254 173 174 0 34 34 41 547 27 72
Binary 10101100 1111011 1111100 0 11100 11100 100001 101100111 10111 111010

Color Harmonies of #AC7B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B7C

Black with #AC7B7C

Text Example


Text Example

White with #AC7B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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