Html Css Color HEX #AF767A Turkish Rose

📋 copy color: '#AF767A'

red 175 ◦ green 118 ◦ blue 122

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

Shades of Turkish Rose #AF767A

Tints of Turkish Rose #AF767A

RGB

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

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

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

R = 42.17%
G = 28.43%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF767A (or 0xAF767A) is known color: Turkish Rose. HEX triplet: AF, 76 and 7A. RGB value is (175,118,122). Sum of RGB (Red+Green+Blue) = 175+118+122=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF767A is #508985. Grayscale: #878787. Windows color (decimal): -5278086 or 8025775. OLE color: 8025775.

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

Color convert

RGB 175 118 122 -
CMYK 0 0.33 0.30 0.31
HSL 355.79º 0.26% 0.57% -
HSV(B) 355.79º 0.33% 0.69% -
XYZ 27.67 23.48 21.49 -
YUV 135.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 175 118 122 0 0.33 0.30 0.31 355.79 0.26 0.57
Hex AF 76 7A 0 21 1E 1F 164 1A 39
Octal 257 166 172 0 41 36 37 544 32 71
Binary 10101111 1110110 1111010 0 100001 11110 11111 101100100 11010 111001

Color Harmonies of #AF767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF767A

Black with #AF767A

Text Example


Text Example

White with #AF767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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