Html Css Color HEX #AF767E Turkish Rose

📋 copy color: '#AF767E'

red 175 ◦ green 118 ◦ blue 126

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

Shades of Turkish Rose #AF767E

Tints of Turkish Rose #AF767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 41.77%
G = 28.16%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF767E (or 0xAF767E) is known color: Turkish Rose. HEX triplet: AF, 76 and 7E. RGB value is (175,118,126). Sum of RGB (Red+Green+Blue) = 175+118+126=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF767E is #508981. Grayscale: #878787. Windows color (decimal): -5278082 or 8287919. OLE color: 8287919.

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

Color convert

RGB 175 118 126 -
CMYK 0 0.33 0.28 0.31
HSL 351.58º 0.26% 0.57% -
HSV(B) 351.58º 0.33% 0.69% -
XYZ 27.92 23.58 22.82 -
YUV 135.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 175 118 126 0 0.33 0.28 0.31 351.58 0.26 0.57
Hex AF 76 7E 0 21 1C 1F 160 1A 39
Octal 257 166 176 0 41 34 37 540 32 71
Binary 10101111 1110110 1111110 0 100001 11100 11111 101100000 11010 111001

Color Harmonies of #AF767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF767E

Black with #AF767E

Text Example


Text Example

White with #AF767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF767E; }

 p { color: rgb(175,118,126); }

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

background-color css

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

 a { background-color: rgb(175,118,126); }

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

border-color css

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

 span { border-color: rgb(175,118,126); }

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