Html Css Color HEX #AF363F Old Rose

📋 copy color: '#AF363F'

red 175 ◦ green 54 ◦ blue 63

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

Shades of Old Rose #AF363F

Tints of Old Rose #AF363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 59.93%
G = 18.49%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF363F (or 0xAF363F) is known color: Old Rose. HEX triplet: AF, 36 and 3F. RGB value is (175,54,63). Sum of RGB (Red+Green+Blue) = 175+54+63=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363F is #50C9C0. Grayscale: #5B5B5B. Windows color (decimal): -5294529 or 4142767. OLE color: 4142767.

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

Color convert

RGB 175 54 63 -
CMYK 0 0.69 0.64 0.31
HSL 355.54º 0.53% 0.45% -
HSV(B) 355.54º 0.69% 0.69% -
XYZ 19.9 12.11 5.99 -
YUV 91.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 175 54 63 0 0.69 0.64 0.31 355.54 0.53 0.45
Hex AF 36 3F 0 45 40 1F 164 35 2D
Octal 257 66 77 0 105 100 37 544 65 55
Binary 10101111 110110 111111 0 1000101 1000000 11111 101100100 110101 101101

Color Harmonies of #AF363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF363F

Black with #AF363F

Text Example


Text Example

White with #AF363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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