Html Css Color HEX #AF777A Turkish Rose

📋 copy color: '#AF777A'

red 175 ◦ green 119 ◦ blue 122

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

Shades of Turkish Rose #AF777A

Tints of Turkish Rose #AF777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 42.07%
G = 28.61%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF777A (or 0xAF777A) is known color: Turkish Rose. HEX triplet: AF, 77 and 7A. RGB value is (175,119,122). Sum of RGB (Red+Green+Blue) = 175+119+122=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF777A is #508885. Grayscale: #888888. Windows color (decimal): -5277830 or 8026031. OLE color: 8026031.

HSL color Cylindrical-coordinate representation of color #AF777A: hue angle of 356.79º 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 #AF777A is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 122 -
CMYK 0 0.32 0.30 0.31
HSL 356.79º 0.26% 0.58% -
HSV(B) 356.79º 0.32% 0.69% -
XYZ 27.79 23.71 21.52 -
YUV 136.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 175 119 122 0 0.32 0.30 0.31 356.79 0.26 0.58
Hex AF 77 7A 0 20 1E 1F 165 1A 3A
Octal 257 167 172 0 40 36 37 545 32 72
Binary 10101111 1110111 1111010 0 100000 11110 11111 101100101 11010 111010

Color Harmonies of #AF777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF777A

Black with #AF777A

Text Example


Text Example

White with #AF777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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