Html Css Color HEX #AF666B Turkish Rose

📋 copy color: '#AF666B'

red 175 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #AF666B

Tints of Turkish Rose #AF666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 45.57%
G = 26.56%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF666B (or 0xAF666B) is known color: Turkish Rose. HEX triplet: AF, 66 and 6B. RGB value is (175,102,107). Sum of RGB (Red+Green+Blue) = 175+102+107=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF666B is #509994. Grayscale: #7C7C7C. Windows color (decimal): -5282197 or 7038639. OLE color: 7038639.

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

Color convert

RGB 175 102 107 -
CMYK 0 0.42 0.39 0.31
HSL 355.89º 0.31% 0.54% -
HSV(B) 355.89º 0.42% 0.69% -
XYZ 25.08 19.68 16.39 -
YUV 124.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 175 102 107 0 0.42 0.39 0.31 355.89 0.31 0.54
Hex AF 66 6B 0 2A 27 1F 164 1F 36
Octal 257 146 153 0 52 47 37 544 37 66
Binary 10101111 1100110 1101011 0 101010 100111 11111 101100100 11111 110110

Color Harmonies of #AF666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF666B

Black with #AF666B

Text Example


Text Example

White with #AF666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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