Html Css Color HEX #AF456F Royal Heath

📋 copy color: '#AF456F'

red 175 ◦ green 69 ◦ blue 111

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

Shades of Royal Heath #AF456F

Tints of Royal Heath #AF456F

RGB

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

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

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

R = 49.3%
G = 19.44%
B = 31.27%

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

#AF456F (or 0xAF456F) is known color: Royal Heath. HEX triplet: AF, 45 and 6F. RGB value is (175,69,111). Sum of RGB (Red+Green+Blue) = 175+69+111=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF456F is #50BA90. Grayscale: #696969. Windows color (decimal): -5290641 or 7292335. OLE color: 7292335.

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

Color convert

RGB 175 69 111 -
CMYK 0 0.61 0.37 0.31
HSL 336.23º 0.43% 0.48% -
HSV(B) 336.23º 0.61% 0.69% -
XYZ 22.68 14.52 16.65 -
YUV 105.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 175 69 111 0 0.61 0.37 0.31 336.23 0.43 0.48
Hex AF 45 6F 0 3D 25 1F 150 2B 30
Octal 257 105 157 0 75 45 37 520 53 60
Binary 10101111 1000101 1101111 0 111101 100101 11111 101010000 101011 110000

Color Harmonies of #AF456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF456F

Black with #AF456F

Text Example


Text Example

White with #AF456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF456F; }

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

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

background-color css

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

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

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

border-color css

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

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

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