Html Css Color HEX #AC6375 Turkish Rose

📋 copy color: '#AC6375'

red 172 ◦ green 99 ◦ blue 117

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

Shades of Turkish Rose #AC6375

Tints of Turkish Rose #AC6375

RGB

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

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

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

R = 44.33%
G = 25.52%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC6375 (or 0xAC6375) is known color: Turkish Rose. HEX triplet: AC, 63 and 75. RGB value is (172,99,117). Sum of RGB (Red+Green+Blue) = 172+99+117=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6375 is #539C8A. Grayscale: #7A7A7A. Windows color (decimal): -5479563 or 7693228. OLE color: 7693228.

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

Color convert

RGB 172 99 117 -
CMYK 0 0.42 0.32 0.33
HSL 345.21º 0.31% 0.53% -
HSV(B) 345.21º 0.42% 0.67% -
XYZ 24.69 18.98 19.19 -
YUV 122.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 172 99 117 0 0.42 0.32 0.33 345.21 0.31 0.53
Hex AC 63 75 0 2A 20 21 159 1F 35
Octal 254 143 165 0 52 40 41 531 37 65
Binary 10101100 1100011 1110101 0 101010 100000 100001 101011001 11111 110101

Color Harmonies of #AC6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6375

Black with #AC6375

Text Example


Text Example

White with #AC6375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6375; }

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

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

background-color css

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

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

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

border-color css

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

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

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