Html Css Color HEX #AC6467 Turkish Rose

📋 copy color: '#AC6467'

red 172 ◦ green 100 ◦ blue 103

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

Shades of Turkish Rose #AC6467

Tints of Turkish Rose #AC6467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 45.87%
G = 26.67%
B = 27.47%

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

#AC6467 (or 0xAC6467) is known color: Turkish Rose. HEX triplet: AC, 64 and 67. RGB value is (172,100,103). Sum of RGB (Red+Green+Blue) = 172+100+103=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6467 is #539B98. Grayscale: #797979. Windows color (decimal): -5479321 or 6775980. OLE color: 6775980.

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

Color convert

RGB 172 100 103 -
CMYK 0 0.42 0.40 0.33
HSL 357.5º 0.3% 0.53% -
HSV(B) 357.5º 0.42% 0.67% -
XYZ 24.02 18.86 15.21 -
YUV 121.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 172 100 103 0 0.42 0.40 0.33 357.5 0.3 0.53
Hex AC 64 67 0 2A 28 21 166 1E 35
Octal 254 144 147 0 52 50 41 546 36 65
Binary 10101100 1100100 1100111 0 101010 101000 100001 101100110 11110 110101

Color Harmonies of #AC6467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6467

Black with #AC6467

Text Example


Text Example

White with #AC6467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6467; }

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

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

background-color css

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

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

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

border-color css

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

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

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