Html Css Color HEX #AF466F Royal Heath

📋 copy color: '#AF466F'

red 175 ◦ green 70 ◦ blue 111

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

Shades of Royal Heath #AF466F

Tints of Royal Heath #AF466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 49.16%
G = 19.66%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF466F (or 0xAF466F) is known color: Royal Heath. HEX triplet: AF, 46 and 6F. RGB value is (175,70,111). Sum of RGB (Red+Green+Blue) = 175+70+111=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF466F is #50B990. Grayscale: #6A6A6A. Windows color (decimal): -5290385 or 7292591. OLE color: 7292591.

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

Color convert

RGB 175 70 111 -
CMYK 0 0.60 0.37 0.31
HSL 336.57º 0.43% 0.48% -
HSV(B) 336.57º 0.6% 0.69% -
XYZ 22.74 14.64 16.67 -
YUV 106.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 175 70 111 0 0.60 0.37 0.31 336.57 0.43 0.48
Hex AF 46 6F 0 3C 25 1F 151 2B 30
Octal 257 106 157 0 74 45 37 521 53 60
Binary 10101111 1000110 1101111 0 111100 100101 11111 101010001 101011 110000

Color Harmonies of #AF466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF466F

Black with #AF466F

Text Example


Text Example

White with #AF466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF466F; }

 p { color: rgb(175,70,111); }

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

background-color css

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

 a { background-color: rgb(175,70,111); }

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

border-color css

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

 span { border-color: rgb(175,70,111); }

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