Html Css Color HEX #AF7A7D Turkish Rose

📋 copy color: '#AF7A7D'

red 175 ◦ green 122 ◦ blue 125

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

Shades of Turkish Rose #AF7A7D

Tints of Turkish Rose #AF7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 41.47%
G = 28.91%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF7A7D (or 0xAF7A7D) is known color: Turkish Rose. HEX triplet: AF, 7A and 7D. RGB value is (175,122,125). Sum of RGB (Red+Green+Blue) = 175+122+125=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A7D is #508582. Grayscale: #8A8A8A. Windows color (decimal): -5277059 or 8223407. OLE color: 8223407.

HSL color Cylindrical-coordinate representation of color #AF7A7D: hue angle of 356.6º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7A7D is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 122 125 -
CMYK 0 0.30 0.29 0.31
HSL 356.6º 0.25% 0.58% -
HSV(B) 356.6º 0.3% 0.69% -
XYZ 28.34 24.51 22.64 -
YUV 138.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 175 122 125 0 0.30 0.29 0.31 356.6 0.25 0.58
Hex AF 7A 7D 0 1E 1D 1F 165 19 3A
Octal 257 172 175 0 36 35 37 545 31 72
Binary 10101111 1111010 1111101 0 11110 11101 11111 101100101 11001 111010

Color Harmonies of #AF7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A7D

Black with #AF7A7D

Text Example


Text Example

White with #AF7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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