Html Css Color HEX #AF335F Rouge

📋 copy color: '#AF335F'

red 175 ◦ green 51 ◦ blue 95

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

Shades of Rouge #AF335F

Tints of Rouge #AF335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 54.52%
G = 15.89%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF335F (or 0xAF335F) is known color: Rouge. HEX triplet: AF, 33 and 5F. RGB value is (175,51,95). Sum of RGB (Red+Green+Blue) = 175+51+95=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF335F is #50CCA0. Grayscale: #5D5D5D. Windows color (decimal): -5295265 or 6239151. OLE color: 6239151.

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

Color convert

RGB 175 51 95 -
CMYK 0 0.71 0.46 0.31
HSL 338.71º 0.55% 0.44% -
HSV(B) 338.71º 0.71% 0.69% -
XYZ 20.93 12.31 12.1 -
YUV 93.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 175 51 95 0 0.71 0.46 0.31 338.71 0.55 0.44
Hex AF 33 5F 0 47 2E 1F 153 37 2C
Octal 257 63 137 0 107 56 37 523 67 54
Binary 10101111 110011 1011111 0 1000111 101110 11111 101010011 110111 101100

Color Harmonies of #AF335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF335F

Black with #AF335F

Text Example


Text Example

White with #AF335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF335F; }

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

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

background-color css

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

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

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

border-color css

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

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

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