Html Css Color HEX #AC7A7B Turkish Rose

📋 copy color: '#AC7A7B'

red 172 ◦ green 122 ◦ blue 123

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

Shades of Turkish Rose #AC7A7B

Tints of Turkish Rose #AC7A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.26%

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

R = 41.25%
G = 29.26%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC7A7B (or 0xAC7A7B) is known color: Turkish Rose. HEX triplet: AC, 7A and 7B. RGB value is (172,122,123). Sum of RGB (Red+Green+Blue) = 172+122+123=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A7B is #538584. Grayscale: #898989. Windows color (decimal): -5473669 or 8092332. OLE color: 8092332.

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

Color convert

RGB 172 122 123 -
CMYK 0 0.29 0.28 0.33
HSL 358.8º 0.23% 0.58% -
HSV(B) 358.8º 0.29% 0.67% -
XYZ 27.55 24.12 21.94 -
YUV 137.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 172 122 123 0 0.29 0.28 0.33 358.8 0.23 0.58
Hex AC 7A 7B 0 1D 1C 21 167 17 3A
Octal 254 172 173 0 35 34 41 547 27 72
Binary 10101100 1111010 1111011 0 11101 11100 100001 101100111 10111 111010

Color Harmonies of #AC7A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A7B

Black with #AC7A7B

Text Example


Text Example

White with #AC7A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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