Html Css Color HEX #AC6269 Turkish Rose

📋 copy color: '#AC6269'

red 172 ◦ green 98 ◦ blue 105

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

Shades of Turkish Rose #AC6269

Tints of Turkish Rose #AC6269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28%

R = 45.87%
G = 26.13%
B = 28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC6269 (or 0xAC6269) is known color: Turkish Rose. HEX triplet: AC, 62 and 69. RGB value is (172,98,105). Sum of RGB (Red+Green+Blue) = 172+98+105=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6269 is #539D96. Grayscale: #787878. Windows color (decimal): -5479831 or 6906540. OLE color: 6906540.

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

Color convert

RGB 172 98 105 -
CMYK 0 0.43 0.39 0.33
HSL 354.32º 0.31% 0.53% -
HSV(B) 354.32º 0.43% 0.67% -
XYZ 23.93 18.53 15.68 -
YUV 120.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 172 98 105 0 0.43 0.39 0.33 354.32 0.31 0.53
Hex AC 62 69 0 2B 27 21 162 1F 35
Octal 254 142 151 0 53 47 41 542 37 65
Binary 10101100 1100010 1101001 0 101011 100111 100001 101100010 11111 110101

Color Harmonies of #AC6269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6269

Black with #AC6269

Text Example


Text Example

White with #AC6269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6269; }

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

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

background-color css

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

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

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

border-color css

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

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

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