Html Css Color HEX #AF3964 Rouge

📋 copy color: '#AF3964'

red 175 ◦ green 57 ◦ blue 100

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

Shades of Rouge #AF3964

Tints of Rouge #AF3964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 52.71%
G = 17.17%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF3964 (or 0xAF3964) is known color: Rouge. HEX triplet: AF, 39 and 64. RGB value is (175,57,100). Sum of RGB (Red+Green+Blue) = 175+57+100=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3964 is #50C69B. Grayscale: #616161. Windows color (decimal): -5293724 or 6568367. OLE color: 6568367.

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

Color convert

RGB 175 57 100 -
CMYK 0 0.67 0.43 0.31
HSL 338.14º 0.51% 0.45% -
HSV(B) 338.14º 0.67% 0.69% -
XYZ 21.44 12.96 13.43 -
YUV 97.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 175 57 100 0 0.67 0.43 0.31 338.14 0.51 0.45
Hex AF 39 64 0 43 2B 1F 152 33 2D
Octal 257 71 144 0 103 53 37 522 63 55
Binary 10101111 111001 1100100 0 1000011 101011 11111 101010010 110011 101101

Color Harmonies of #AF3964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3964

Black with #AF3964

Text Example


Text Example

White with #AF3964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3964; }

 p { color: rgb(175,57,100); }

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

background-color css

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

 a { background-color: rgb(175,57,100); }

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

border-color css

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

 span { border-color: rgb(175,57,100); }

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