Html Css Color HEX #AF6B6C Turkish Rose

📋 copy color: '#AF6B6C'

red 175 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #AF6B6C

Tints of Turkish Rose #AF6B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

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

R = 44.87%
G = 27.44%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF6B6C (or 0xAF6B6C) is known color: Turkish Rose. HEX triplet: AF, 6B and 6C. RGB value is (175,107,108). Sum of RGB (Red+Green+Blue) = 175+107+108=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B6C is #509493. Grayscale: #7F7F7F. Windows color (decimal): -5280916 or 7105455. OLE color: 7105455.

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

Color convert

RGB 175 107 108 -
CMYK 0 0.39 0.38 0.31
HSL 359.12º 0.3% 0.55% -
HSV(B) 359.12º 0.39% 0.69% -
XYZ 25.64 20.71 16.83 -
YUV 127.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 175 107 108 0 0.39 0.38 0.31 359.12 0.3 0.55
Hex AF 6B 6C 0 27 26 1F 167 1E 37
Octal 257 153 154 0 47 46 37 547 36 67
Binary 10101111 1101011 1101100 0 100111 100110 11111 101100111 11110 110111

Color Harmonies of #AF6B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B6C

Black with #AF6B6C

Text Example


Text Example

White with #AF6B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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