Html Css Color HEX #AF264E Old Rose

📋 copy color: '#AF264E'

red 175 ◦ green 38 ◦ blue 78

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

Shades of Old Rose #AF264E

Tints of Old Rose #AF264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 60.14%
G = 13.06%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF264E (or 0xAF264E) is known color: Old Rose. HEX triplet: AF, 26 and 4E. RGB value is (175,38,78). Sum of RGB (Red+Green+Blue) = 175+38+78=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF264E is #50D9B1. Grayscale: #535353. Windows color (decimal): -5298610 or 5121711. OLE color: 5121711.

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

Color convert

RGB 175 38 78 -
CMYK 0 0.78 0.55 0.31
HSL 342.48º 0.64% 0.42% -
HSV(B) 342.48º 0.78% 0.69% -
XYZ 19.75 11.05 8.3 -
YUV 83.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 175 38 78 0 0.78 0.55 0.31 342.48 0.64 0.42
Hex AF 26 4E 0 4E 37 1F 156 40 2A
Octal 257 46 116 0 116 67 37 526 100 52
Binary 10101111 100110 1001110 0 1001110 110111 11111 101010110 1000000 101010

Color Harmonies of #AF264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF264E

Black with #AF264E

Text Example


Text Example

White with #AF264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF264E; }

 p { color: rgb(175,38,78); }

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

background-color css

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

 a { background-color: rgb(175,38,78); }

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

border-color css

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

 span { border-color: rgb(175,38,78); }

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