Html Css Color HEX #AF3443 Old Rose

📋 copy color: '#AF3443'

red 175 ◦ green 52 ◦ blue 67

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

Shades of Old Rose #AF3443

Tints of Old Rose #AF3443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 59.52%
G = 17.69%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF3443 (or 0xAF3443) is known color: Old Rose. HEX triplet: AF, 34 and 43. RGB value is (175,52,67). Sum of RGB (Red+Green+Blue) = 175+52+67=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3443 is #50CBBC. Grayscale: #5A5A5A. Windows color (decimal): -5295037 or 4404399. OLE color: 4404399.

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

Color convert

RGB 175 52 67 -
CMYK 0 0.70 0.62 0.31
HSL 352.68º 0.54% 0.45% -
HSV(B) 352.68º 0.7% 0.69% -
XYZ 19.92 11.98 6.57 -
YUV 90.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 175 52 67 0 0.70 0.62 0.31 352.68 0.54 0.45
Hex AF 34 43 0 46 3E 1F 161 36 2D
Octal 257 64 103 0 106 76 37 541 66 55
Binary 10101111 110100 1000011 0 1000110 111110 11111 101100001 110110 101101

Color Harmonies of #AF3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3443

Black with #AF3443

Text Example


Text Example

White with #AF3443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3443; }

 p { color: rgb(175,52,67); }

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

background-color css

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

 a { background-color: rgb(175,52,67); }

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

border-color css

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

 span { border-color: rgb(175,52,67); }

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