Html Css Color HEX #AF456E Royal Heath

📋 copy color: '#AF456E'

red 175 ◦ green 69 ◦ blue 110

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

Shades of Royal Heath #AF456E

Tints of Royal Heath #AF456E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 49.44%
G = 19.49%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF456E (or 0xAF456E) is known color: Royal Heath. HEX triplet: AF, 45 and 6E. RGB value is (175,69,110). Sum of RGB (Red+Green+Blue) = 175+69+110=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF456E is #50BA91. Grayscale: #696969. Windows color (decimal): -5290642 or 7226799. OLE color: 7226799.

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

Color convert

RGB 175 69 110 -
CMYK 0 0.61 0.37 0.31
HSL 336.79º 0.43% 0.48% -
HSV(B) 336.79º 0.61% 0.69% -
XYZ 22.62 14.5 16.36 -
YUV 105.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 175 69 110 0 0.61 0.37 0.31 336.79 0.43 0.48
Hex AF 45 6E 0 3D 25 1F 151 2B 30
Octal 257 105 156 0 75 45 37 521 53 60
Binary 10101111 1000101 1101110 0 111101 100101 11111 101010001 101011 110000

Color Harmonies of #AF456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF456E

Black with #AF456E

Text Example


Text Example

White with #AF456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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