Html Css Color HEX #AF4567 Rouge

📋 copy color: '#AF4567'

red 175 ◦ green 69 ◦ blue 103

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

Shades of Rouge #AF4567

Tints of Rouge #AF4567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.68%

R = 50.43%
G = 19.88%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF4567 (or 0xAF4567) is known color: Rouge. HEX triplet: AF, 45 and 67. RGB value is (175,69,103). Sum of RGB (Red+Green+Blue) = 175+69+103=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4567 is #50BA98. Grayscale: #686868. Windows color (decimal): -5290649 or 6768047. OLE color: 6768047.

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

Color convert

RGB 175 69 103 -
CMYK 0 0.61 0.41 0.31
HSL 340.75º 0.43% 0.48% -
HSV(B) 340.75º 0.61% 0.69% -
XYZ 22.26 14.35 14.43 -
YUV 104.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 175 69 103 0 0.61 0.41 0.31 340.75 0.43 0.48
Hex AF 45 67 0 3D 29 1F 155 2B 30
Octal 257 105 147 0 75 51 37 525 53 60
Binary 10101111 1000101 1100111 0 111101 101001 11111 101010101 101011 110000

Color Harmonies of #AF4567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4567

Black with #AF4567

Text Example


Text Example

White with #AF4567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4567; }

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

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

background-color css

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

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

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

border-color css

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

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

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