Html Css Color HEX #AF696B Turkish Rose

📋 copy color: '#AF696B'

red 175 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #AF696B

Tints of Turkish Rose #AF696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

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

R = 45.22%
G = 27.13%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF696B (or 0xAF696B) is known color: Turkish Rose. HEX triplet: AF, 69 and 6B. RGB value is (175,105,107). Sum of RGB (Red+Green+Blue) = 175+105+107=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF696B is #509694. Grayscale: #7E7E7E. Windows color (decimal): -5281429 or 7039407. OLE color: 7039407.

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

Color convert

RGB 175 105 107 -
CMYK 0 0.40 0.39 0.31
HSL 358.29º 0.3% 0.55% -
HSV(B) 358.29º 0.4% 0.69% -
XYZ 25.38 20.28 16.49 -
YUV 126.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 175 105 107 0 0.40 0.39 0.31 358.29 0.3 0.55
Hex AF 69 6B 0 28 27 1F 166 1E 37
Octal 257 151 153 0 50 47 37 546 36 67
Binary 10101111 1101001 1101011 0 101000 100111 11111 101100110 11110 110111

Color Harmonies of #AF696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF696B

Black with #AF696B

Text Example


Text Example

White with #AF696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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