Html Css Color HEX #AF777B Turkish Rose

📋 copy color: '#AF777B'

red 175 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #AF777B

Tints of Turkish Rose #AF777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 41.97%
G = 28.54%
B = 29.5%

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

#AF777B (or 0xAF777B) is known color: Turkish Rose. HEX triplet: AF, 77 and 7B. RGB value is (175,119,123). Sum of RGB (Red+Green+Blue) = 175+119+123=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF777B is #508884. Grayscale: #888888. Windows color (decimal): -5277829 or 8091567. OLE color: 8091567.

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

Color convert

RGB 175 119 123 -
CMYK 0 0.32 0.30 0.31
HSL 355.71º 0.26% 0.58% -
HSV(B) 355.71º 0.32% 0.69% -
XYZ 27.85 23.74 21.85 -
YUV 136.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 175 119 123 0 0.32 0.30 0.31 355.71 0.26 0.58
Hex AF 77 7B 0 20 1E 1F 164 1A 3A
Octal 257 167 173 0 40 36 37 544 32 72
Binary 10101111 1110111 1111011 0 100000 11110 11111 101100100 11010 111010

Color Harmonies of #AF777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF777B

Black with #AF777B

Text Example


Text Example

White with #AF777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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