Html Css Color HEX #AF264C Old Rose

📋 copy color: '#AF264C'

red 175 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #AF264C

Tints of Old Rose #AF264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 60.55%
G = 13.15%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF264C (or 0xAF264C) is known color: Old Rose. HEX triplet: AF, 26 and 4C. RGB value is (175,38,76). Sum of RGB (Red+Green+Blue) = 175+38+76=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF264C is #50D9B3. Grayscale: #535353. Windows color (decimal): -5298612 or 4990639. OLE color: 4990639.

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

Color convert

RGB 175 38 76 -
CMYK 0 0.78 0.57 0.31
HSL 343.36º 0.64% 0.42% -
HSV(B) 343.36º 0.78% 0.69% -
XYZ 19.68 11.02 7.93 -
YUV 83.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 175 38 76 0 0.78 0.57 0.31 343.36 0.64 0.42
Hex AF 26 4C 0 4E 39 1F 157 40 2A
Octal 257 46 114 0 116 71 37 527 100 52
Binary 10101111 100110 1001100 0 1001110 111001 11111 101010111 1000000 101010

Color Harmonies of #AF264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF264C

Black with #AF264C

Text Example


Text Example

White with #AF264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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