Html Css Color HEX #AC6073 Turkish Rose

📋 copy color: '#AC6073'

red 172 ◦ green 96 ◦ blue 115

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

Shades of Turkish Rose #AC6073

Tints of Turkish Rose #AC6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 44.91%
G = 25.07%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC6073 (or 0xAC6073) is known color: Turkish Rose. HEX triplet: AC, 60 and 73. RGB value is (172,96,115). Sum of RGB (Red+Green+Blue) = 172+96+115=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6073 is #539F8C. Grayscale: #787878. Windows color (decimal): -5480333 or 7561388. OLE color: 7561388.

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

Color convert

RGB 172 96 115 -
CMYK 0 0.44 0.33 0.33
HSL 345º 0.31% 0.53% -
HSV(B) 345º 0.44% 0.67% -
XYZ 24.29 18.37 18.49 -
YUV 120.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 172 96 115 0 0.44 0.33 0.33 345 0.31 0.53
Hex AC 60 73 0 2C 21 21 159 1F 35
Octal 254 140 163 0 54 41 41 531 37 65
Binary 10101100 1100000 1110011 0 101100 100001 100001 101011001 11111 110101

Color Harmonies of #AC6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6073

Black with #AC6073

Text Example


Text Example

White with #AC6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6073; }

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

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

background-color css

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

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

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

border-color css

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

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

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