Html Css Color HEX #AF385F Rouge

📋 copy color: '#AF385F'

red 175 ◦ green 56 ◦ blue 95

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

Shades of Rouge #AF385F

Tints of Rouge #AF385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 53.68%
G = 17.18%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF385F (or 0xAF385F) is known color: Rouge. HEX triplet: AF, 38 and 5F. RGB value is (175,56,95). Sum of RGB (Red+Green+Blue) = 175+56+95=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF385F is #50C7A0. Grayscale: #5F5F5F. Windows color (decimal): -5293985 or 6240431. OLE color: 6240431.

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

Color convert

RGB 175 56 95 -
CMYK 0 0.68 0.46 0.31
HSL 340.34º 0.52% 0.45% -
HSV(B) 340.34º 0.68% 0.69% -
XYZ 21.16 12.77 12.18 -
YUV 96.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 175 56 95 0 0.68 0.46 0.31 340.34 0.52 0.45
Hex AF 38 5F 0 44 2E 1F 154 34 2D
Octal 257 70 137 0 104 56 37 524 64 55
Binary 10101111 111000 1011111 0 1000100 101110 11111 101010100 110100 101101

Color Harmonies of #AF385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF385F

Black with #AF385F

Text Example


Text Example

White with #AF385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF385F; }

 p { color: rgb(175,56,95); }

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

background-color css

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

 a { background-color: rgb(175,56,95); }

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

border-color css

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

 span { border-color: rgb(175,56,95); }

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