Html Css Color HEX #AF6276 Turkish Rose

📋 copy color: '#AF6276'

red 175 ◦ green 98 ◦ blue 118

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

Shades of Turkish Rose #AF6276

Tints of Turkish Rose #AF6276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.06%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 44.76%
G = 25.06%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF6276 (or 0xAF6276) is known color: Turkish Rose. HEX triplet: AF, 62 and 76. RGB value is (175,98,118). Sum of RGB (Red+Green+Blue) = 175+98+118=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6276 is #509D89. Grayscale: #7B7B7B. Windows color (decimal): -5283210 or 7758511. OLE color: 7758511.

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

Color convert

RGB 175 98 118 -
CMYK 0 0.44 0.33 0.31
HSL 344.42º 0.32% 0.54% -
HSV(B) 344.42º 0.44% 0.69% -
XYZ 25.32 19.16 19.5 -
YUV 123.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 175 98 118 0 0.44 0.33 0.31 344.42 0.32 0.54
Hex AF 62 76 0 2C 21 1F 158 20 36
Octal 257 142 166 0 54 41 37 530 40 66
Binary 10101111 1100010 1110110 0 101100 100001 11111 101011000 100000 110110

Color Harmonies of #AF6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6276

Black with #AF6276

Text Example


Text Example

White with #AF6276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6276; }

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

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

background-color css

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

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

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

border-color css

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

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

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