Html Css Color HEX #AC6373 Turkish Rose

📋 copy color: '#AC6373'

red 172 ◦ green 99 ◦ blue 115

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

Shades of Turkish Rose #AC6373

Tints of Turkish Rose #AC6373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 44.56%
G = 25.65%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC6373 (or 0xAC6373) is known color: Turkish Rose. HEX triplet: AC, 63 and 73. RGB value is (172,99,115). Sum of RGB (Red+Green+Blue) = 172+99+115=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6373 is #539C8C. Grayscale: #7A7A7A. Windows color (decimal): -5479565 or 7562156. OLE color: 7562156.

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

Color convert

RGB 172 99 115 -
CMYK 0 0.42 0.33 0.33
HSL 346.85º 0.31% 0.53% -
HSV(B) 346.85º 0.42% 0.67% -
XYZ 24.57 18.93 18.58 -
YUV 122.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 172 99 115 0 0.42 0.33 0.33 346.85 0.31 0.53
Hex AC 63 73 0 2A 21 21 15B 1F 35
Octal 254 143 163 0 52 41 41 533 37 65
Binary 10101100 1100011 1110011 0 101010 100001 100001 101011011 11111 110101

Color Harmonies of #AC6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6373

Black with #AC6373

Text Example


Text Example

White with #AC6373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6373; }

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

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

background-color css

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

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

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

border-color css

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

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

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