Html Css Color HEX #AF777E Turkish Rose

📋 copy color: '#AF777E'

red 175 ◦ green 119 ◦ blue 126

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

Shades of Turkish Rose #AF777E

Tints of Turkish Rose #AF777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

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

R = 41.67%
G = 28.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF777E (or 0xAF777E) is known color: Turkish Rose. HEX triplet: AF, 77 and 7E. RGB value is (175,119,126). Sum of RGB (Red+Green+Blue) = 175+119+126=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF777E is #508881. Grayscale: #888888. Windows color (decimal): -5277826 or 8288175. OLE color: 8288175.

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

Color convert

RGB 175 119 126 -
CMYK 0 0.32 0.28 0.31
HSL 352.5º 0.26% 0.58% -
HSV(B) 352.5º 0.32% 0.69% -
XYZ 28.04 23.81 22.86 -
YUV 136.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 175 119 126 0 0.32 0.28 0.31 352.5 0.26 0.58
Hex AF 77 7E 0 20 1C 1F 160 1A 3A
Octal 257 167 176 0 40 34 37 540 32 72
Binary 10101111 1110111 1111110 0 100000 11100 11111 101100000 11010 111010

Color Harmonies of #AF777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF777E

Black with #AF777E

Text Example


Text Example

White with #AF777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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