Html Css Color HEX #AC767B Turkish Rose

📋 copy color: '#AC767B'

red 172 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #AC767B

Tints of Turkish Rose #AC767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

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

R = 41.65%
G = 28.57%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC767B (or 0xAC767B) is known color: Turkish Rose. HEX triplet: AC, 76 and 7B. RGB value is (172,118,123). Sum of RGB (Red+Green+Blue) = 172+118+123=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC767B is #538984. Grayscale: #868686. Windows color (decimal): -5474693 or 8091308. OLE color: 8091308.

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

Color convert

RGB 172 118 123 -
CMYK 0 0.31 0.28 0.33
HSL 354.44º 0.25% 0.57% -
HSV(B) 354.44º 0.31% 0.67% -
XYZ 27.07 23.16 21.78 -
YUV 134.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 172 118 123 0 0.31 0.28 0.33 354.44 0.25 0.57
Hex AC 76 7B 0 1F 1C 21 162 19 39
Octal 254 166 173 0 37 34 41 542 31 71
Binary 10101100 1110110 1111011 0 11111 11100 100001 101100010 11001 111001

Color Harmonies of #AC767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC767B

Black with #AC767B

Text Example


Text Example

White with #AC767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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