Html Css Color HEX #AF456A Rouge

📋 copy color: '#AF456A'

red 175 ◦ green 69 ◦ blue 106

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

Shades of Rouge #AF456A

Tints of Rouge #AF456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 50%
G = 19.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF456A (or 0xAF456A) is known color: Rouge. HEX triplet: AF, 45 and 6A. RGB value is (175,69,106). Sum of RGB (Red+Green+Blue) = 175+69+106=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF456A is #50BA95. Grayscale: #686868. Windows color (decimal): -5290646 or 6964655. OLE color: 6964655.

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

Color convert

RGB 175 69 106 -
CMYK 0 0.61 0.39 0.31
HSL 339.06º 0.43% 0.48% -
HSV(B) 339.06º 0.61% 0.69% -
XYZ 22.41 14.41 15.24 -
YUV 104.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 175 69 106 0 0.61 0.39 0.31 339.06 0.43 0.48
Hex AF 45 6A 0 3D 27 1F 153 2B 30
Octal 257 105 152 0 75 47 37 523 53 60
Binary 10101111 1000101 1101010 0 111101 100111 11111 101010011 101011 110000

Color Harmonies of #AF456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF456A

Black with #AF456A

Text Example


Text Example

White with #AF456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF456A; }

 p { color: rgb(175,69,106); }

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

background-color css

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

 a { background-color: rgb(175,69,106); }

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

border-color css

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

 span { border-color: rgb(175,69,106); }

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