Html Css Color HEX #AF6163 Blush

📋 copy color: '#AF6163'

red 175 ◦ green 97 ◦ blue 99

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

Shades of Blush #AF6163

Tints of Blush #AF6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 47.17%
G = 26.15%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF6163 (or 0xAF6163) is known color: Blush. HEX triplet: AF, 61 and 63. RGB value is (175,97,99). Sum of RGB (Red+Green+Blue) = 175+97+99=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6163 is #509E9C. Grayscale: #787878. Windows color (decimal): -5283485 or 6513071. OLE color: 6513071.

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

Color convert

RGB 175 97 99 -
CMYK 0 0.45 0.43 0.31
HSL 358.46º 0.33% 0.53% -
HSV(B) 358.46º 0.45% 0.69% -
XYZ 24.21 18.56 14.11 -
YUV 120.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 175 97 99 0 0.45 0.43 0.31 358.46 0.33 0.53
Hex AF 61 63 0 2D 2B 1F 166 21 35
Octal 257 141 143 0 55 53 37 546 41 65
Binary 10101111 1100001 1100011 0 101101 101011 11111 101100110 100001 110101

Color Harmonies of #AF6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6163

Black with #AF6163

Text Example


Text Example

White with #AF6163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6163; }

 p { color: rgb(175,97,99); }

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

background-color css

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

 a { background-color: rgb(175,97,99); }

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

border-color css

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

 span { border-color: rgb(175,97,99); }

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