Html Css Color HEX #AC747A Turkish Rose

📋 copy color: '#AC747A'

red 172 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #AC747A

Tints of Turkish Rose #AC747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

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

R = 41.95%
G = 28.29%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC747A (or 0xAC747A) is known color: Turkish Rose. HEX triplet: AC, 74 and 7A. RGB value is (172,116,122). Sum of RGB (Red+Green+Blue) = 172+116+122=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC747A is #538B85. Grayscale: #858585. Windows color (decimal): -5475206 or 8025260. OLE color: 8025260.

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

Color convert

RGB 172 116 122 -
CMYK 0 0.33 0.29 0.33
HSL 353.57º 0.25% 0.56% -
HSV(B) 353.57º 0.33% 0.67% -
XYZ 26.77 22.67 21.38 -
YUV 133.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 172 116 122 0 0.33 0.29 0.33 353.57 0.25 0.56
Hex AC 74 7A 0 21 1D 21 162 19 38
Octal 254 164 172 0 41 35 41 542 31 70
Binary 10101100 1110100 1111010 0 100001 11101 100001 101100010 11001 111000

Color Harmonies of #AC747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC747A

Black with #AC747A

Text Example


Text Example

White with #AC747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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