Html Css Color HEX #AF333F Old Rose

📋 copy color: '#AF333F'

red 175 ◦ green 51 ◦ blue 63

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

Shades of Old Rose #AF333F

Tints of Old Rose #AF333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 60.55%
G = 17.65%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF333F (or 0xAF333F) is known color: Old Rose. HEX triplet: AF, 33 and 3F. RGB value is (175,51,63). Sum of RGB (Red+Green+Blue) = 175+51+63=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF333F is #50CCC0. Grayscale: #595959. Windows color (decimal): -5295297 or 4141999. OLE color: 4141999.

HSL color Cylindrical-coordinate representation of color #AF333F: hue angle of 354.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF333F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 63 -
CMYK 0 0.71 0.64 0.31
HSL 354.19º 0.55% 0.44% -
HSV(B) 354.19º 0.71% 0.69% -
XYZ 19.76 11.84 5.95 -
YUV 89.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 175 51 63 0 0.71 0.64 0.31 354.19 0.55 0.44
Hex AF 33 3F 0 47 40 1F 162 37 2C
Octal 257 63 77 0 107 100 37 542 67 54
Binary 10101111 110011 111111 0 1000111 1000000 11111 101100010 110111 101100

Color Harmonies of #AF333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF333F

Black with #AF333F

Text Example


Text Example

White with #AF333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF333F; }

 p { color: rgb(175,51,63); }

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

background-color css

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

 a { background-color: rgb(175,51,63); }

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

border-color css

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

 span { border-color: rgb(175,51,63); }

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