Html Css Color HEX #AC6976 Turkish Rose

📋 copy color: '#AC6976'

red 172 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #AC6976

Tints of Turkish Rose #AC6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 43.54%
G = 26.58%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC6976 (or 0xAC6976) is known color: Turkish Rose. HEX triplet: AC, 69 and 76. RGB value is (172,105,118). Sum of RGB (Red+Green+Blue) = 172+105+118=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6976 is #539689. Grayscale: #7E7E7E. Windows color (decimal): -5478026 or 7760300. OLE color: 7760300.

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

Color convert

RGB 172 105 118 -
CMYK 0 0.39 0.31 0.33
HSL 348.36º 0.29% 0.54% -
HSV(B) 348.36º 0.39% 0.67% -
XYZ 25.33 20.18 19.7 -
YUV 126.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 172 105 118 0 0.39 0.31 0.33 348.36 0.29 0.54
Hex AC 69 76 0 27 1F 21 15C 1D 36
Octal 254 151 166 0 47 37 41 534 35 66
Binary 10101100 1101001 1110110 0 100111 11111 100001 101011100 11101 110110

Color Harmonies of #AC6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6976

Black with #AC6976

Text Example


Text Example

White with #AC6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6976; }

 p { color: rgb(172,105,118); }

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

background-color css

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

 a { background-color: rgb(172,105,118); }

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

border-color css

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

 span { border-color: rgb(172,105,118); }

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