Html Css Color HEX #AF5462 Blush

📋 copy color: '#AF5462'

red 175 ◦ green 84 ◦ blue 98

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

Shades of Blush #AF5462

Tints of Blush #AF5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 49.02%
G = 23.53%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF5462 (or 0xAF5462) is known color: Blush. HEX triplet: AF, 54 and 62. RGB value is (175,84,98). Sum of RGB (Red+Green+Blue) = 175+84+98=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5462 is #50AB9D. Grayscale: #707070. Windows color (decimal): -5286814 or 6444207. OLE color: 6444207.

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

Color convert

RGB 175 84 98 -
CMYK 0 0.52 0.44 0.31
HSL 350.77º 0.36% 0.51% -
HSV(B) 350.77º 0.52% 0.69% -
XYZ 23.05 16.34 13.49 -
YUV 112.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 175 84 98 0 0.52 0.44 0.31 350.77 0.36 0.51
Hex AF 54 62 0 34 2C 1F 15F 24 33
Octal 257 124 142 0 64 54 37 537 44 63
Binary 10101111 1010100 1100010 0 110100 101100 11111 101011111 100100 110011

Color Harmonies of #AF5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5462

Black with #AF5462

Text Example


Text Example

White with #AF5462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5462; }

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

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

background-color css

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

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

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

border-color css

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

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

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