Html Css Color HEX #AC6367 Turkish Rose

📋 copy color: '#AC6367'

red 172 ◦ green 99 ◦ blue 103

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

Shades of Turkish Rose #AC6367

Tints of Turkish Rose #AC6367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.54%

R = 45.99%
G = 26.47%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC6367 (or 0xAC6367) is known color: Turkish Rose. HEX triplet: AC, 63 and 67. RGB value is (172,99,103). Sum of RGB (Red+Green+Blue) = 172+99+103=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6367 is #539C98. Grayscale: #797979. Windows color (decimal): -5479577 or 6775724. OLE color: 6775724.

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

Color convert

RGB 172 99 103 -
CMYK 0 0.42 0.40 0.33
HSL 356.71º 0.31% 0.53% -
HSV(B) 356.71º 0.42% 0.67% -
XYZ 23.92 18.67 15.18 -
YUV 121.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 172 99 103 0 0.42 0.40 0.33 356.71 0.31 0.53
Hex AC 63 67 0 2A 28 21 165 1F 35
Octal 254 143 147 0 52 50 41 545 37 65
Binary 10101100 1100011 1100111 0 101010 101000 100001 101100101 11111 110101

Color Harmonies of #AC6367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6367

Black with #AC6367

Text Example


Text Example

White with #AC6367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6367; }

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

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

background-color css

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

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

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

border-color css

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

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

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