Html Css Color HEX #AF5A64 Blush

📋 copy color: '#AF5A64'

red 175 ◦ green 90 ◦ blue 100

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

Shades of Blush #AF5A64

Tints of Blush #AF5A64

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 47.95%
G = 24.66%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF5A64 (or 0xAF5A64) is known color: Blush. HEX triplet: AF, 5A and 64. RGB value is (175,90,100). Sum of RGB (Red+Green+Blue) = 175+90+100=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A64 is #50A59B. Grayscale: #747474. Windows color (decimal): -5285276 or 6576815. OLE color: 6576815.

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

Color convert

RGB 175 90 100 -
CMYK 0 0.49 0.43 0.31
HSL 352.94º 0.35% 0.52% -
HSV(B) 352.94º 0.49% 0.69% -
XYZ 23.64 17.35 14.16 -
YUV 116.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 175 90 100 0 0.49 0.43 0.31 352.94 0.35 0.52
Hex AF 5A 64 0 31 2B 1F 161 23 34
Octal 257 132 144 0 61 53 37 541 43 64
Binary 10101111 1011010 1100100 0 110001 101011 11111 101100001 100011 110100

Color Harmonies of #AF5A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A64

Black with #AF5A64

Text Example


Text Example

White with #AF5A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A64; }

 p { color: rgb(175,90,100); }

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

background-color css

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

 a { background-color: rgb(175,90,100); }

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

border-color css

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

 span { border-color: rgb(175,90,100); }

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