Html Css Color HEX #AF666C Turkish Rose

📋 copy color: '#AF666C'

red 175 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #AF666C

Tints of Turkish Rose #AF666C

RGB

 RED value IS 175 (68.75% from 255) = 45.45%

 GREEN value IS 102 (40.23% from 255) = 26.49%

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 45.45%
G = 26.49%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF666C (or 0xAF666C) is known color: Turkish Rose. HEX triplet: AF, 66 and 6C. RGB value is (175,102,108). Sum of RGB (Red+Green+Blue) = 175+102+108=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF666C is #509993. Grayscale: #7C7C7C. Windows color (decimal): -5282196 or 7104175. OLE color: 7104175.

HSL color Cylindrical-coordinate representation of color #AF666C: hue angle of 355.07º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF666C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 108 -
CMYK 0 0.42 0.38 0.31
HSL 355.07º 0.31% 0.54% -
HSV(B) 355.07º 0.42% 0.69% -
XYZ 25.14 19.7 16.66 -
YUV 124.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 175 102 108 0 0.42 0.38 0.31 355.07 0.31 0.54
Hex AF 66 6C 0 2A 26 1F 163 1F 36
Octal 257 146 154 0 52 46 37 543 37 66
Binary 10101111 1100110 1101100 0 101010 100110 11111 101100011 11111 110110

Color Harmonies of #AF666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF666C

Black with #AF666C

Text Example


Text Example

White with #AF666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF666C; }

 p { color: rgb(175,102,108); }

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

background-color css

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

 a { background-color: rgb(175,102,108); }

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

border-color css

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

 span { border-color: rgb(175,102,108); }

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