Html Css Color HEX #AF264A Old Rose

📋 copy color: '#AF264A'

red 175 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #AF264A

Tints of Old Rose #AF264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 60.98%
G = 13.24%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF264A (or 0xAF264A) is known color: Old Rose. HEX triplet: AF, 26 and 4A. RGB value is (175,38,74). Sum of RGB (Red+Green+Blue) = 175+38+74=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF264A is #50D9B5. Grayscale: #535353. Windows color (decimal): -5298614 or 4859567. OLE color: 4859567.

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

Color convert

RGB 175 38 74 -
CMYK 0 0.78 0.58 0.31
HSL 344.23º 0.64% 0.42% -
HSV(B) 344.23º 0.78% 0.69% -
XYZ 19.61 10.99 7.57 -
YUV 83.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 175 38 74 0 0.78 0.58 0.31 344.23 0.64 0.42
Hex AF 26 4A 0 4E 3A 1F 158 40 2A
Octal 257 46 112 0 116 72 37 530 100 52
Binary 10101111 100110 1001010 0 1001110 111010 11111 101011000 1000000 101010

Color Harmonies of #AF264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF264A

Black with #AF264A

Text Example


Text Example

White with #AF264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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