Html Css Color HEX #AF3762 Rouge

📋 copy color: '#AF3762'

red 175 ◦ green 55 ◦ blue 98

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

Shades of Rouge #AF3762

Tints of Rouge #AF3762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 53.35%
G = 16.77%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF3762 (or 0xAF3762) is known color: Rouge. HEX triplet: AF, 37 and 62. RGB value is (175,55,98). Sum of RGB (Red+Green+Blue) = 175+55+98=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3762 is #50C89D. Grayscale: #5F5F5F. Windows color (decimal): -5294238 or 6436783. OLE color: 6436783.

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

Color convert

RGB 175 55 98 -
CMYK 0 0.69 0.44 0.31
HSL 338.5º 0.52% 0.45% -
HSV(B) 338.5º 0.69% 0.69% -
XYZ 21.25 12.73 12.89 -
YUV 95.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 175 55 98 0 0.69 0.44 0.31 338.5 0.52 0.45
Hex AF 37 62 0 45 2C 1F 152 34 2D
Octal 257 67 142 0 105 54 37 522 64 55
Binary 10101111 110111 1100010 0 1000101 101100 11111 101010010 110100 101101

Color Harmonies of #AF3762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3762

Black with #AF3762

Text Example


Text Example

White with #AF3762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3762; }

 p { color: rgb(175,55,98); }

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

background-color css

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

 a { background-color: rgb(175,55,98); }

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

border-color css

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

 span { border-color: rgb(175,55,98); }

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