Html Css Color HEX #AC6075 Turkish Rose

📋 copy color: '#AC6075'

red 172 ◦ green 96 ◦ blue 117

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

Shades of Turkish Rose #AC6075

Tints of Turkish Rose #AC6075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 44.68%
G = 24.94%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC6075 (or 0xAC6075) is known color: Turkish Rose. HEX triplet: AC, 60 and 75. RGB value is (172,96,117). Sum of RGB (Red+Green+Blue) = 172+96+117=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6075 is #539F8A. Grayscale: #797979. Windows color (decimal): -5480331 or 7692460. OLE color: 7692460.

HSL color Cylindrical-coordinate representation of color #AC6075: hue angle of 343.42º 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 #AC6075 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 117 -
CMYK 0 0.44 0.32 0.33
HSL 343.42º 0.31% 0.53% -
HSV(B) 343.42º 0.44% 0.67% -
XYZ 24.41 18.42 19.1 -
YUV 121.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 172 96 117 0 0.44 0.32 0.33 343.42 0.31 0.53
Hex AC 60 75 0 2C 20 21 157 1F 35
Octal 254 140 165 0 54 40 41 527 37 65
Binary 10101100 1100000 1110101 0 101100 100000 100001 101010111 11111 110101

Color Harmonies of #AC6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6075

Black with #AC6075

Text Example


Text Example

White with #AC6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6075; }

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

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

background-color css

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

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

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

border-color css

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

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

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