Html Css Color HEX #AF3643 Old Rose

📋 copy color: '#AF3643'

red 175 ◦ green 54 ◦ blue 67

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

Shades of Old Rose #AF3643

Tints of Old Rose #AF3643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 59.12%
G = 18.24%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF3643 (or 0xAF3643) is known color: Old Rose. HEX triplet: AF, 36 and 43. RGB value is (175,54,67). Sum of RGB (Red+Green+Blue) = 175+54+67=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3643 is #50C9BC. Grayscale: #5B5B5B. Windows color (decimal): -5294525 or 4404911. OLE color: 4404911.

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

Color convert

RGB 175 54 67 -
CMYK 0 0.69 0.62 0.31
HSL 353.55º 0.53% 0.45% -
HSV(B) 353.55º 0.69% 0.69% -
XYZ 20.01 12.16 6.6 -
YUV 91.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 175 54 67 0 0.69 0.62 0.31 353.55 0.53 0.45
Hex AF 36 43 0 45 3E 1F 162 35 2D
Octal 257 66 103 0 105 76 37 542 65 55
Binary 10101111 110110 1000011 0 1000101 111110 11111 101100010 110101 101101

Color Harmonies of #AF3643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3643

Black with #AF3643

Text Example


Text Example

White with #AF3643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3643; }

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

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

background-color css

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

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

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

border-color css

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

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

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