Html Css Color HEX #AC6267 Turkish Rose

📋 copy color: '#AC6267'

red 172 ◦ green 98 ◦ blue 103

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

Shades of Turkish Rose #AC6267

Tints of Turkish Rose #AC6267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.27%

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

R = 46.11%
G = 26.27%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC6267 (or 0xAC6267) is known color: Turkish Rose. HEX triplet: AC, 62 and 67. RGB value is (172,98,103). Sum of RGB (Red+Green+Blue) = 172+98+103=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6267 is #539D98. Grayscale: #787878. Windows color (decimal): -5479833 or 6775468. OLE color: 6775468.

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

Color convert

RGB 172 98 103 -
CMYK 0 0.43 0.40 0.33
HSL 355.95º 0.31% 0.53% -
HSV(B) 355.95º 0.43% 0.67% -
XYZ 23.83 18.49 15.14 -
YUV 120.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 172 98 103 0 0.43 0.40 0.33 355.95 0.31 0.53
Hex AC 62 67 0 2B 28 21 164 1F 35
Octal 254 142 147 0 53 50 41 544 37 65
Binary 10101100 1100010 1100111 0 101011 101000 100001 101100100 11111 110101

Color Harmonies of #AC6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6267

Black with #AC6267

Text Example


Text Example

White with #AC6267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6267; }

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

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

background-color css

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

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

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

border-color css

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

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

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