Html Css Color HEX #AF385E Rouge

📋 copy color: '#AF385E'

red 175 ◦ green 56 ◦ blue 94

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

Shades of Rouge #AF385E

Tints of Rouge #AF385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 53.85%
G = 17.23%
B = 28.92%

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

#AF385E (or 0xAF385E) is known color: Rouge. HEX triplet: AF, 38 and 5E. RGB value is (175,56,94). Sum of RGB (Red+Green+Blue) = 175+56+94=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF385E is #50C7A1. Grayscale: #5F5F5F. Windows color (decimal): -5293986 or 6174895. OLE color: 6174895.

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

Color convert

RGB 175 56 94 -
CMYK 0 0.68 0.46 0.31
HSL 340.84º 0.52% 0.45% -
HSV(B) 340.84º 0.68% 0.69% -
XYZ 21.11 12.75 11.94 -
YUV 95.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 175 56 94 0 0.68 0.46 0.31 340.84 0.52 0.45
Hex AF 38 5E 0 44 2E 1F 155 34 2D
Octal 257 70 136 0 104 56 37 525 64 55
Binary 10101111 111000 1011110 0 1000100 101110 11111 101010101 110100 101101

Color Harmonies of #AF385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF385E

Black with #AF385E

Text Example


Text Example

White with #AF385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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