Html Css Color HEX #AC6D75 Turkish Rose

📋 copy color: '#AC6D75'

red 172 ◦ green 109 ◦ blue 117

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

Shades of Turkish Rose #AC6D75

Tints of Turkish Rose #AC6D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 43.22%
G = 27.39%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC6D75 (or 0xAC6D75) is known color: Turkish Rose. HEX triplet: AC, 6D and 75. RGB value is (172,109,117). Sum of RGB (Red+Green+Blue) = 172+109+117=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D75 is #53928A. Grayscale: #808080. Windows color (decimal): -5477003 or 7695788. OLE color: 7695788.

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

Color convert

RGB 172 109 117 -
CMYK 0 0.37 0.32 0.33
HSL 352.38º 0.28% 0.55% -
HSV(B) 352.38º 0.37% 0.67% -
XYZ 25.69 20.99 19.53 -
YUV 128.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 172 109 117 0 0.37 0.32 0.33 352.38 0.28 0.55
Hex AC 6D 75 0 25 20 21 160 1C 37
Octal 254 155 165 0 45 40 41 540 34 67
Binary 10101100 1101101 1110101 0 100101 100000 100001 101100000 11100 110111

Color Harmonies of #AC6D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D75

Black with #AC6D75

Text Example


Text Example

White with #AC6D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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