Html Css Color HEX #AF263F Old Rose

📋 copy color: '#AF263F'

red 175 ◦ green 38 ◦ blue 63

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

Shades of Old Rose #AF263F

Tints of Old Rose #AF263F

RGB

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

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

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

R = 63.41%
G = 13.77%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF263F (or 0xAF263F) is known color: Old Rose. HEX triplet: AF, 26 and 3F. RGB value is (175,38,63). Sum of RGB (Red+Green+Blue) = 175+38+63=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF263F is #50D9C0. Grayscale: #515151. Windows color (decimal): -5298625 or 4138671. OLE color: 4138671.

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

Color convert

RGB 175 38 63 -
CMYK 0 0.78 0.64 0.31
HSL 349.05º 0.64% 0.42% -
HSV(B) 349.05º 0.78% 0.69% -
XYZ 19.27 10.86 5.78 -
YUV 81.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 175 38 63 0 0.78 0.64 0.31 349.05 0.64 0.42
Hex AF 26 3F 0 4E 40 1F 15D 40 2A
Octal 257 46 77 0 116 100 37 535 100 52
Binary 10101111 100110 111111 0 1001110 1000000 11111 101011101 1000000 101010

Color Harmonies of #AF263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF263F

Black with #AF263F

Text Example


Text Example

White with #AF263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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