Html Css Color HEX #AF385B Rouge

📋 copy color: '#AF385B'

red 175 ◦ green 56 ◦ blue 91

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

Shades of Rouge #AF385B

Tints of Rouge #AF385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 54.35%
G = 17.39%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF385B (or 0xAF385B) is known color: Rouge. HEX triplet: AF, 38 and 5B. RGB value is (175,56,91). Sum of RGB (Red+Green+Blue) = 175+56+91=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF385B is #50C7A4. Grayscale: #5F5F5F. Windows color (decimal): -5293989 or 5978287. OLE color: 5978287.

HSL color Cylindrical-coordinate representation of color #AF385B: hue angle of 342.35º 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 #AF385B is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 91 -
CMYK 0 0.68 0.48 0.31
HSL 342.35º 0.52% 0.45% -
HSV(B) 342.35º 0.68% 0.69% -
XYZ 20.98 12.7 11.24 -
YUV 95.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 175 56 91 0 0.68 0.48 0.31 342.35 0.52 0.45
Hex AF 38 5B 0 44 30 1F 156 34 2D
Octal 257 70 133 0 104 60 37 526 64 55
Binary 10101111 111000 1011011 0 1000100 110000 11111 101010110 110100 101101

Color Harmonies of #AF385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF385B

Black with #AF385B

Text Example


Text Example

White with #AF385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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