Html Css Color HEX #AC737B Turkish Rose

📋 copy color: '#AC737B'

red 172 ◦ green 115 ◦ blue 123

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

Shades of Turkish Rose #AC737B

Tints of Turkish Rose #AC737B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

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

R = 41.95%
G = 28.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC737B (or 0xAC737B) is known color: Turkish Rose. HEX triplet: AC, 73 and 7B. RGB value is (172,115,123). Sum of RGB (Red+Green+Blue) = 172+115+123=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC737B is #538C84. Grayscale: #848484. Windows color (decimal): -5475461 or 8090540. OLE color: 8090540.

HSL color Cylindrical-coordinate representation of color #AC737B: hue angle of 351.58º degrees, saturation: 0.26, 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 #AC737B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 123 -
CMYK 0 0.33 0.28 0.33
HSL 351.58º 0.26% 0.56% -
HSV(B) 351.58º 0.33% 0.67% -
XYZ 26.72 22.46 21.67 -
YUV 132.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 172 115 123 0 0.33 0.28 0.33 351.58 0.26 0.56
Hex AC 73 7B 0 21 1C 21 160 1A 38
Octal 254 163 173 0 41 34 41 540 32 70
Binary 10101100 1110011 1111011 0 100001 11100 100001 101100000 11010 111000

Color Harmonies of #AC737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC737B

Black with #AC737B

Text Example


Text Example

White with #AC737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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