Html Css Color HEX #AF646A Turkish Rose

📋 copy color: '#AF646A'

red 175 ◦ green 100 ◦ blue 106

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

Shades of Turkish Rose #AF646A

Tints of Turkish Rose #AF646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 45.93%
G = 26.25%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF646A (or 0xAF646A) is known color: Turkish Rose. HEX triplet: AF, 64 and 6A. RGB value is (175,100,106). Sum of RGB (Red+Green+Blue) = 175+100+106=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF646A is #509B95. Grayscale: #7B7B7B. Windows color (decimal): -5282710 or 6972591. OLE color: 6972591.

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

Color convert

RGB 175 100 106 -
CMYK 0 0.43 0.39 0.31
HSL 355.2º 0.32% 0.54% -
HSV(B) 355.2º 0.43% 0.69% -
XYZ 24.84 19.27 16.05 -
YUV 123.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 175 100 106 0 0.43 0.39 0.31 355.2 0.32 0.54
Hex AF 64 6A 0 2B 27 1F 163 20 36
Octal 257 144 152 0 53 47 37 543 40 66
Binary 10101111 1100100 1101010 0 101011 100111 11111 101100011 100000 110110

Color Harmonies of #AF646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF646A

Black with #AF646A

Text Example


Text Example

White with #AF646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF646A; }

 p { color: rgb(175,100,106); }

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

background-color css

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

 a { background-color: rgb(175,100,106); }

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

border-color css

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

 span { border-color: rgb(175,100,106); }

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