Html Css Color HEX #AF334D Old Rose

📋 copy color: '#AF334D'

red 175 ◦ green 51 ◦ blue 77

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

Shades of Old Rose #AF334D

Tints of Old Rose #AF334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 57.76%
G = 16.83%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF334D (or 0xAF334D) is known color: Old Rose. HEX triplet: AF, 33 and 4D. RGB value is (175,51,77). Sum of RGB (Red+Green+Blue) = 175+51+77=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF334D is #50CCB2. Grayscale: #5B5B5B. Windows color (decimal): -5295283 or 5059503. OLE color: 5059503.

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

Color convert

RGB 175 51 77 -
CMYK 0 0.71 0.56 0.31
HSL 347.42º 0.55% 0.44% -
HSV(B) 347.42º 0.71% 0.69% -
XYZ 20.2 12.02 8.28 -
YUV 91.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 175 51 77 0 0.71 0.56 0.31 347.42 0.55 0.44
Hex AF 33 4D 0 47 38 1F 15B 37 2C
Octal 257 63 115 0 107 70 37 533 67 54
Binary 10101111 110011 1001101 0 1000111 111000 11111 101011011 110111 101100

Color Harmonies of #AF334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF334D

Black with #AF334D

Text Example


Text Example

White with #AF334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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