Html Css Color HEX #AF6768 Turkish Rose

📋 copy color: '#AF6768'

red 175 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #AF6768

Tints of Turkish Rose #AF6768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.96%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 45.81%
G = 26.96%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF6768 (or 0xAF6768) is known color: Turkish Rose. HEX triplet: AF, 67 and 68. RGB value is (175,103,104). Sum of RGB (Red+Green+Blue) = 175+103+104=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6768 is #509897. Grayscale: #7C7C7C. Windows color (decimal): -5281944 or 6842287. OLE color: 6842287.

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

Color convert

RGB 175 103 104 -
CMYK 0 0.41 0.41 0.31
HSL 359.17º 0.31% 0.55% -
HSV(B) 359.17º 0.41% 0.69% -
XYZ 25.03 19.81 15.6 -
YUV 124.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 175 103 104 0 0.41 0.41 0.31 359.17 0.31 0.55
Hex AF 67 68 0 29 29 1F 167 1F 37
Octal 257 147 150 0 51 51 37 547 37 67
Binary 10101111 1100111 1101000 0 101001 101001 11111 101100111 11111 110111

Color Harmonies of #AF6768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6768

Black with #AF6768

Text Example


Text Example

White with #AF6768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6768; }

 p { color: rgb(175,103,104); }

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

background-color css

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

 a { background-color: rgb(175,103,104); }

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

border-color css

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

 span { border-color: rgb(175,103,104); }

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